Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
soundfile
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
sox
|
6 |
sentencepiece
|
7 |
scipy
|
8 |
-
gpt-index
|
9 |
-
PyPDF2
|
|
|
|
|
|
1 |
+
gradio~=3.27.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
|