Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -9,4 +9,7 @@ termcolor
|
|
9 |
uvicorn
|
10 |
websockets
|
11 |
googletrans==3.1.0a0
|
12 |
-
gTTS
|
|
|
|
|
|
|
|
9 |
uvicorn
|
10 |
websockets
|
11 |
googletrans==3.1.0a0
|
12 |
+
gTTS
|
13 |
+
torch
|
14 |
+
transformers
|
15 |
+
transformers[sentencepiece]
|