Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
pydantic==2.10.6 # avoids Pydantic-2.11 recursion bug
|
3 |
PyPDF2
|
4 |
python-docx
|
|
|
1 |
+
gradio<=3.31.0
|
2 |
pydantic==2.10.6 # avoids Pydantic-2.11 recursion bug
|
3 |
PyPDF2
|
4 |
python-docx
|