Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ pip>=23.2
|
|
| 2 |
# uninstall -y gradio
|
| 3 |
# gradio==3.50.2
|
| 4 |
# gradio==4.37.1
|
|
|
|
| 5 |
accelerate
|
| 6 |
librosa
|
| 7 |
transformers
|
|
@@ -33,4 +34,7 @@ spacy
|
|
| 33 |
python-dateutil
|
| 34 |
dateparser
|
| 35 |
# -q duckduckgo_search
|
| 36 |
-
pydantic==2.10.6
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# uninstall -y gradio
|
| 3 |
# gradio==3.50.2
|
| 4 |
# gradio==4.37.1
|
| 5 |
+
gradio>=3.35.0
|
| 6 |
accelerate
|
| 7 |
librosa
|
| 8 |
transformers
|
|
|
|
| 34 |
python-dateutil
|
| 35 |
dateparser
|
| 36 |
# -q duckduckgo_search
|
| 37 |
+
pydantic==2.10.6
|
| 38 |
+
soundfile
|
| 39 |
+
spaces
|
| 40 |
+
xxhash
|