From b09114625ae87fe505b3afaba62549d6f88050fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Mon, 27 Mar 2023 21:29:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf8161c..b7c0a6e 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ 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). #### GUI -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. It should look like this: -![](gui_jpeg.jpg?raw=true) +You can also run the GUI version from your terminal running ```python GUI.py``` or with the batch file called run_gui.bat, just make sure to add your conda path to it. It should look like this: +![python GUI.py](gui_jpeg.jpg?raw=true) ### 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.