Spaces:
Runtime error
Runtime error
Update requirments.txt
Browse files- requirments.txt +22 -14
requirments.txt
CHANGED
@@ -1,17 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
text-generation
|
7 |
transformers
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
sounddevice
|
13 |
-
soundfile
|
14 |
-
elevenlabs
|
15 |
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
gradio
|
17 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain_together
|
2 |
+
langchain_community
|
3 |
+
langchain_pinecone
|
4 |
+
langchain_openai
|
5 |
+
gradio
|
|
|
6 |
transformers
|
7 |
+
torch
|
8 |
+
evaluate
|
9 |
+
rouge-score
|
10 |
+
nltk
|
|
|
|
|
|
|
11 |
ffmpeg-python
|
12 |
+
elevenlabs
|
13 |
+
wandb
|
14 |
+
shap-e @ git+https://github.com/openai/shap-e.git
|
15 |
+
pypdf
|
16 |
+
langchain_community
|
17 |
+
langchain_pinecone
|
18 |
+
langchain_openai
|
19 |
+
pypdf
|
20 |
gradio
|
21 |
+
transformers
|
22 |
+
elevenlabs
|
23 |
+
wandb
|
24 |
+
torch
|
25 |
+
PineconeClient
|