Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
gradio==3.28.0
|
2 |
-
langchain-community
|
3 |
-
scikit-learn
|
4 |
-
numpy
|
5 |
-
langchain_community
|
6 |
pypdf2
|
7 |
fastapi # FastAPI may be required by Chroma
|
8 |
uvicorn # Uvicorn may be required for FastAPI
|
|
|
1 |
gradio==3.28.0
|
2 |
+
langchain-community
|
3 |
+
scikit-learn
|
4 |
+
numpy
|
|
|
5 |
pypdf2
|
6 |
fastapi # FastAPI may be required by Chroma
|
7 |
uvicorn # Uvicorn may be required for FastAPI
|