Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Core dependencies
|
2 |
fastapi>=0.68.0
|
3 |
uvicorn>=0.15.0
|
4 |
-
gradio>=
|
5 |
pydantic>=2.0.0
|
6 |
python-dotenv>=0.19.0
|
7 |
|
|
|
1 |
# Core dependencies
|
2 |
fastapi>=0.68.0
|
3 |
uvicorn>=0.15.0
|
4 |
+
gradio>=5.11.0
|
5 |
pydantic>=2.0.0
|
6 |
python-dotenv>=0.19.0
|
7 |
|