From 18efc4f7b7dae7bc81d3b3ca2d673447200203f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Wed, 22 Mar 2023 13:26:42 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b3e11d5..c0a39b4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ pip install -U openai-whisper ``` git clone https://github.com/soderstromkr/transcribe.git ``` -and use the example.ipynb template to use the script. -OR download the .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. +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. ### Example See the [example](example.ipynb) implementation on jupyter notebook.