Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,10 @@ Install openai/whisper
|
|
17 |
|
18 |
pip install git+https://github.com/openai/whisper.git
|
19 |
|
|
|
|
|
|
|
|
|
20 |
Start the Gradio app
|
21 |
|
22 |
python whisper_demo.py
|
@@ -26,3 +30,4 @@ Start the Gradio app
|
|
26 |
|
27 |
2. The near-continuous recognition is in fact quite broken(slow) and only used for demo purpose. You should try a web socket way for real time recognition by referring to https://github.com/shirayu/whispering
|
28 |
|
|
|
|
17 |
|
18 |
pip install git+https://github.com/openai/whisper.git
|
19 |
|
20 |
+
Install requirements
|
21 |
+
|
22 |
+
pip install -r requirements.txt
|
23 |
+
|
24 |
Start the Gradio app
|
25 |
|
26 |
python whisper_demo.py
|
|
|
30 |
|
31 |
2. The near-continuous recognition is in fact quite broken(slow) and only used for demo purpose. You should try a web socket way for real time recognition by referring to https://github.com/shirayu/whispering
|
32 |
|
33 |
+
3. For update-to-date code, please refer to https://github.com/nomorewzx/near-continuous-whispering
|