Spaces:
Running
Running
pydantic fix
Browse filesThe latest pydantic version prevents gradio from starting.
Latest and future gradio versions pin pydantic because of that.
Pinning pyantic 2.10.6 fixes this error.
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -20,3 +20,4 @@ tqdm==4.67.1
|
|
20 |
transformers==4.47.1
|
21 |
txtsplit
|
22 |
openphonemizer
|
|
|
|
20 |
transformers==4.47.1
|
21 |
txtsplit
|
22 |
openphonemizer
|
23 |
+
pydantic==2.10.6
|