Spaces:
Sleeping
Sleeping
mmccanse
commited on
Commit
·
b502aea
1
Parent(s):
1a41a8f
correct issues with requirements.txt file
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,17 +1,13 @@
|
|
1 |
awscli
|
2 |
boto3
|
3 |
-
dotenv
|
4 |
gradio
|
5 |
gtts
|
6 |
langchain.schema
|
7 |
langchain_openai
|
8 |
langdetect
|
9 |
-
os
|
10 |
-
re
|
11 |
sacremoses
|
12 |
sentencepiece
|
13 |
-
subprocess
|
14 |
-
tempfile
|
15 |
torch
|
16 |
transformers
|
17 |
wikipedia
|
|
|
1 |
awscli
|
2 |
boto3
|
3 |
+
python-dotenv
|
4 |
gradio
|
5 |
gtts
|
6 |
langchain.schema
|
7 |
langchain_openai
|
8 |
langdetect
|
|
|
|
|
9 |
sacremoses
|
10 |
sentencepiece
|
|
|
|
|
11 |
torch
|
12 |
transformers
|
13 |
wikipedia
|