Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
openai-whisper=
|
| 3 |
-
numpy=
|
| 4 |
-
ffmpeg-python=
|
| 5 |
-
torch=
|
| 6 |
-
torchaudio=
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
openai-whisper>=20231117
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
ffmpeg-python>=0.2.0
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
torchaudio>=2.0.0
|