Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
cohere
|
| 2 |
-
numpy
|
| 3 |
-
python-dotenv
|
| 4 |
-
chromadb
|
| 5 |
-
gradio
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
cohere
|
| 2 |
+
numpy
|
| 3 |
+
python-dotenv
|
| 4 |
+
chromadb
|
| 5 |
+
gradio
|
| 6 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@bb454415a608acd862486da46f5bf60a7d3db2a9#subdirectory=client/python
|
| 7 |
+
pydantic<2.0
|
| 8 |
+
wheel
|