Spaces:
Runtime error
Runtime error
fix problem with gradio version
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
transformers>=4.52.0
|
| 2 |
accelerate>=0.30.0
|
| 3 |
-
|
| 4 |
-
torchaudio>=2.1.0
|
| 5 |
-
gradio==5.23.3
|
| 6 |
-
huggingface_hub>=0.23.0
|
| 7 |
-
spaces
|
| 8 |
soundfile
|
| 9 |
-
librosa
|
|
|
|
|
|
| 1 |
transformers>=4.52.0
|
| 2 |
accelerate>=0.30.0
|
| 3 |
+
huggingface_hub==0.23.4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
soundfile
|
| 5 |
+
librosa
|
| 6 |
+
|