Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
numpy>=1.26.0
|
| 3 |
-
onnxruntime==1.23.1
|
| 4 |
-
soundfile>=0.12.1
|
| 5 |
-
librosa>=0.10.0
|
| 6 |
-
PyYAML>=6.0
|
| 7 |
-
huggingface_hub
|
|
|
|
| 1 |
+
gradio==6.0.0
|
| 2 |
+
numpy>=1.26.0
|
| 3 |
+
onnxruntime==1.23.1
|
| 4 |
+
soundfile>=0.12.1
|
| 5 |
+
librosa>=0.10.0
|
| 6 |
+
PyYAML>=6.0
|
| 7 |
+
huggingface_hub
|