From a14196b055fe78d71652b5fb3fdce49a2b8fa6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Mon, 27 Mar 2023 21:25:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae94828..de3919c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ git clone https://github.com/soderstromkr/transcribe.git and use the example.ipynb template to use the script. **OR** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users, see the example below. (Remember to have transcribe.py and example.ipynb in the same working folder). You can also run the GUI version from your terminal or with the batch file called run_gui.bat, just make sure to add your conda path to it. -[img!](gui_img.jpeg) +[img!](gui_jpeg.jpg) ### Example See [example](example.ipynb) for an implementation on jupyter notebook, also added an example for a simple [workaround](example_no_internet.ipynb) to transcribe while offline.