Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
Pillow==10.0.0
|
5 |
chatharuhi
|
6 |
wget==3.2
|
7 |
openai==0.27.8
|
8 |
chromadb==0.4.7
|
9 |
langchain==0.0.271
|
10 |
-
|
11 |
torch==2.0
|
12 |
tiktoken==0.4.0
|
13 |
erniebot
|
|
|
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 |
erniebot
|