Spaces:
Sleeping
Sleeping
Pin gradio and pydantic versions
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
google-genai
|
| 2 |
python-dotenv
|
| 3 |
markitdown
|
| 4 |
-
huggingface_hub<1.0
|
|
|
|
|
|
|
|
|
| 1 |
google-genai
|
| 2 |
python-dotenv
|
| 3 |
markitdown
|
| 4 |
+
huggingface_hub<1.0
|
| 5 |
+
gradio==5.5.0
|
| 6 |
+
pydantic>=2.0
|