Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
flask==2.3.3
|
2 |
whisper==1.1.10
|
3 |
torch==2.0.1
|
4 |
-
gunicorn==20.1.0
|
|
|
|
1 |
flask==2.3.3
|
2 |
whisper==1.1.10
|
3 |
torch==2.0.1
|
4 |
+
gunicorn==20.1.0
|
5 |
+
openai-whisper
|