Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.48.0
|
| 2 |
+
gradio_client==0.5.0
|
| 3 |
+
Pillow==10.0.0
|
| 4 |
+
chatharuhi
|
| 5 |
+
wget==3.2
|
| 6 |
+
openai==0.27.8
|
| 7 |
+
chromadb==0.4.7
|
| 8 |
+
langchain==0.0.271
|
| 9 |
+
transformers
|
| 10 |
+
torch==2.0
|
| 11 |
+
tiktoken==0.4.0
|
| 12 |
+
erniebot
|
| 13 |
+
datasets
|