Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -7,10 +7,10 @@ deepspeed>=0.14.0 # For XTTS acceleration on T4
|
|
| 7 |
spacy
|
| 8 |
torchcodec
|
| 9 |
|
| 10 |
-
# Gradio & compat (fixes TypeError via Pydantic 2.
|
| 11 |
gradio==5.49.1
|
| 12 |
-
gradio-client==1.13.3 #
|
| 13 |
-
pydantic==2.
|
| 14 |
python-multipart==0.0.6
|
| 15 |
typing-extensions>=4.8.0,<5.0.0
|
| 16 |
|
|
|
|
| 7 |
spacy
|
| 8 |
torchcodec
|
| 9 |
|
| 10 |
+
# Gradio & compat (fixes TypeError via Pydantic 2.11 + correct client version)
|
| 11 |
gradio==5.49.1
|
| 12 |
+
gradio-client==1.13.3 # Matches Gradio 5.49.1 requirement
|
| 13 |
+
pydantic==2.11.9 # Fixed: Latest <2.12 for Gradio 5.49.1 compat
|
| 14 |
python-multipart==0.0.6
|
| 15 |
typing-extensions>=4.8.0,<5.0.0
|
| 16 |
|