Spaces:
Runtime error
Runtime error
Fix: Remove redundant gradio requirements to allow SDK auto-resolution
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
spaces
|
| 2 |
-
|
| 3 |
-
gradio_client==1.4.0
|
| 4 |
-
huggingface-hub==0.26.2
|
| 5 |
audioop-lts
|
| 6 |
diffusers>=0.30.0
|
| 7 |
transformers>=4.42.0
|
|
@@ -10,4 +8,3 @@ torch
|
|
| 10 |
sentencepiece
|
| 11 |
imageio[ffmpeg]
|
| 12 |
av
|
| 13 |
-
numpy<2.0
|
|
|
|
| 1 |
spaces
|
| 2 |
+
huggingface-hub
|
|
|
|
|
|
|
| 3 |
audioop-lts
|
| 4 |
diffusers>=0.30.0
|
| 5 |
transformers>=4.42.0
|
|
|
|
| 8 |
sentencepiece
|
| 9 |
imageio[ffmpeg]
|
| 10 |
av
|
|
|