Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
fastapi==0.110.0
|
| 3 |
+
uvicorn==0.29.0
|
| 4 |
+
sentence-transformers
|
| 5 |
+
pymongo
|
| 6 |
+
faiss-cpu
|
| 7 |
+
google-generativeai
|
| 8 |
+
python-dotenv
|