Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -7,3 +7,5 @@ pdftext==0.5.0
|
|
7 |
|
8 |
# fix compatibility issue keep same with poetry lock file
|
9 |
transformers==4.48.1
|
|
|
|
|
|
7 |
|
8 |
# fix compatibility issue keep same with poetry lock file
|
9 |
transformers==4.48.1
|
10 |
+
# fix https://github.com/gradio-app/gradio/issues/10662
|
11 |
+
pydantic==2.10.5
|