Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio>=4.15.0
|
| 2 |
-
openai
|
| 3 |
torch==2.1.0
|
| 4 |
-
ffmpeg-python
|
|
|
|
|
|
| 1 |
gradio>=4.15.0
|
| 2 |
+
git+https://github.com/openai/whisper.git
|
| 3 |
torch==2.1.0
|
| 4 |
+
ffmpeg-python
|
| 5 |
+
langdetect
|