Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.1
|
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==4.32.0
|
10 |
+
torch==2.0
|
11 |
+
tiktoken==0.4.0
|
12 |
+
zhipuai
|