Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
faster-whisper
|
|
|
|
| 3 |
numpy
|
| 4 |
-
|
|
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
faster-whisper
|
| 3 |
+
soundfile
|
| 4 |
numpy
|
| 5 |
+
av
|
| 6 |
+
ctranslate2
|