Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
gradio>=4.0.0
|
|
|
|
| 2 |
voxcpm
|
| 3 |
soundfile
|
| 4 |
torch>=2.0.0
|
|
|
|
| 1 |
+
gradio>=4.0.0,<5.0.0
|
| 2 |
+
huggingface_hub>=0.23.0,<0.25.0
|
| 3 |
voxcpm
|
| 4 |
soundfile
|
| 5 |
torch>=2.0.0
|