6Morpheus6 commited on
Commit
5d56ba4
·
verified ·
1 Parent(s): 4d3cdf4

pydantic fix

Browse files

The 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.

Files changed (1) hide show
  1. 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