Spaces:
Sleeping
Sleeping
Pablo commited on
Commit ·
9a47c87
1
Parent(s): 3b5518a
fix: restore requirements.txt with plotly and deps
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
+
plotly>=5.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
faiss-cpu>=1.7.4
|
| 5 |
+
fastapi>=0.100.0
|
| 6 |
+
uvicorn>=0.20.0
|
| 7 |
+
pydantic>=2.0.0
|