Spaces:
Sleeping
Sleeping
Commit ·
6aa63ce
1
Parent(s): ae72299
fixes
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -33,9 +33,10 @@ einops
|
|
| 33 |
soundfile
|
| 34 |
|
| 35 |
# --------- gradio / hub --------- #
|
| 36 |
-
gradio>=4.44.1
|
| 37 |
-
gradio_client>=1.3.0
|
| 38 |
pydantic>=2.8,<2.11
|
| 39 |
-
huggingface_hub>=0.23.5
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
| 33 |
soundfile
|
| 34 |
|
| 35 |
# --------- gradio / hub --------- #
|
| 36 |
+
gradio>=4.44.1,<5.0
|
| 37 |
+
gradio_client>=1.3.0,<2.0
|
| 38 |
pydantic>=2.8,<2.11
|
| 39 |
+
# huggingface_hub>=0.23.5
|
| 40 |
+
huggingface_hub>=0.25.0,<1.0.0
|
| 41 |
+
transformers<5.0
|
| 42 |
+
datasets
|