Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
--upgrade pip
|
| 2 |
+
gradio>=3.0,<4.0
|
| 3 |
+
openai-whisper>=20231117
|
| 4 |
+
torch~=2.1.0
|
| 5 |
+
numpy
|
| 6 |
+
ffmpeg-python>=0.2.0
|
| 7 |
+
tqdm>=4.66
|
| 8 |
+
cryptography>=41.0
|