Spaces:
Sleeping
Sleeping
Commit ·
d19c430
1
Parent(s): dad1ac8
Fix: Update Gradio 6.x API endpoint configuration
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,4 @@ gradio==6.1.0
|
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
requests==2.31.0
|
| 5 |
-
pydantic=
|
|
|
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
requests==2.31.0
|
| 5 |
+
pydantic>=2.11.10,<=2.12.4
|