Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
1 |
gradio==5.4.0
|
2 |
gradio_client==1.4.2
|
3 |
fastapi==0.115.8
|
4 |
uvicorn==0.34.0
|
5 |
starlette==0.45.3
|
6 |
anyio==3.7.1
|
7 |
-
pydantic==2.10.6
|
8 |
-
google-genai==1.5.0
|
|
|
1 |
+
google-genai==1.5.0
|
2 |
gradio==5.4.0
|
3 |
gradio_client==1.4.2
|
4 |
fastapi==0.115.8
|
5 |
uvicorn==0.34.0
|
6 |
starlette==0.45.3
|
7 |
anyio==3.7.1
|
8 |
+
pydantic==2.10.6
|
|