Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +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
|