Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
# HuggingFace Spaces Requirements
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
transformers>=4.35.0
|
| 4 |
-
gradio
|
| 5 |
-
huggingface_hub
|
| 6 |
librosa>=0.10.0
|
| 7 |
pydub>=0.25.1
|
| 8 |
numpy>=1.24.0
|
| 9 |
scipy>=1.10.0
|
|
|
|
|
|
| 1 |
# HuggingFace Spaces Requirements
|
| 2 |
+
# Fixed versions for compatibility
|
| 3 |
torch>=2.0.0
|
| 4 |
transformers>=4.35.0
|
| 5 |
+
gradio==4.44.0
|
| 6 |
+
huggingface_hub==0.24.0
|
| 7 |
librosa>=0.10.0
|
| 8 |
pydub>=0.25.1
|
| 9 |
numpy>=1.24.0
|
| 10 |
scipy>=1.10.0
|
| 11 |
+
ffmpeg-python
|