Spaces:
Runtime error
Runtime error
removing extra dependencies
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -2,9 +2,7 @@ langchain==0.0.131
|
|
2 |
openai==0.27.2
|
3 |
faiss-cpu==1.7.3
|
4 |
unstructured==0.5.8
|
5 |
-
gradio==3.28.3
|
6 |
ffmpeg-python
|
7 |
transformers
|
8 |
gtts
|
9 |
-
torch
|
10 |
-
tensorflow
|
|
|
2 |
openai==0.27.2
|
3 |
faiss-cpu==1.7.3
|
4 |
unstructured==0.5.8
|
|
|
5 |
ffmpeg-python
|
6 |
transformers
|
7 |
gtts
|
8 |
+
torch
|
|