Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
gradio~=3.
|
2 |
soundfile~=0.12.1
|
3 |
torch~=2.0.0
|
4 |
transformers~=4.28.1
|
5 |
sox
|
6 |
sentencepiece
|
7 |
scipy
|
8 |
-
gpt-index
|
9 |
PyPDF2
|
10 |
imap_tools
|
11 |
-
langchain~=0.0.127
|
|
|
1 |
+
gradio~=3.23.0
|
2 |
soundfile~=0.12.1
|
3 |
torch~=2.0.0
|
4 |
transformers~=4.28.1
|
5 |
sox
|
6 |
sentencepiece
|
7 |
scipy
|
8 |
+
gpt-index
|
9 |
PyPDF2
|
10 |
imap_tools
|
11 |
+
langchain~=0.0.127
|