Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
gradio==5.23.1
|
2 |
langchain==0.0.352
|
3 |
matplotlib==3.7.3
|
4 |
networkx==3.1
|
5 |
openai==1.68.2
|
6 |
pydantic==2.10.6
|
7 |
-
|
|
|
1 |
+
fastapi==0.115.12
|
2 |
gradio==5.23.1
|
3 |
langchain==0.0.352
|
4 |
matplotlib==3.7.3
|
5 |
networkx==3.1
|
6 |
openai==1.68.2
|
7 |
pydantic==2.10.6
|
8 |
+
uvicorn==0.34.0
|