Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
groq>=0.4.0
|
| 3 |
-
|
| 4 |
bcrypt>=4.0.0
|
| 5 |
python-multipart>=0.0.9
|
|
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
groq>=0.4.0
|
| 3 |
+
faster-whisper>=1.0.0
|
| 4 |
bcrypt>=4.0.0
|
| 5 |
python-multipart>=0.0.9
|
| 6 |
+
pyaudioop>=0.1.0
|