Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
#
|
| 2 |
-
gradio==
|
|
|
|
| 3 |
torch>=2.0.0
|
| 4 |
transformers>=4.35.0
|
| 5 |
huggingface_hub>=0.20.0
|
|
@@ -7,3 +8,4 @@ librosa>=0.10.0
|
|
| 7 |
pydub>=0.25.1
|
| 8 |
numpy>=1.24.0
|
| 9 |
scipy>=1.10.0
|
|
|
|
|
|
| 1 |
+
# Pinned stable versions for Python 3.11
|
| 2 |
+
gradio==4.36.0
|
| 3 |
+
gradio-client==0.17.0
|
| 4 |
torch>=2.0.0
|
| 5 |
transformers>=4.35.0
|
| 6 |
huggingface_hub>=0.20.0
|
|
|
|
| 8 |
pydub>=0.25.1
|
| 9 |
numpy>=1.24.0
|
| 10 |
scipy>=1.10.0
|
| 11 |
+
soundfile>=0.12.0
|