Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
python-multipart==0.0.6
|
8 |
-
googletrans==4.0.0-rc1
|
9 |
-
sentencepiece==0.2.0
|
10 |
-
huggingface-hub==0.17.3
|
11 |
-
tokenizers==0.14.1
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
soundfile
|
6 |
+
python-multipart
|
|
|
|
|
|
|
|
|
|