Spaces:
Runtime error
Runtime error
Galuh
commited on
Commit
•
ebe8e74
1
Parent(s):
c389ccc
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -2,4 +2,8 @@ streamlit
|
|
2 |
requests==2.24.0
|
3 |
requests-toolbelt==0.9.1
|
4 |
mtranslate
|
5 |
-
fasttext
|
|
|
|
|
|
|
|
|
|
2 |
requests==2.24.0
|
3 |
requests-toolbelt==0.9.1
|
4 |
mtranslate
|
5 |
+
fasttext
|
6 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
7 |
+
torch==1.7.1+cpu; sys_platform == 'linux'
|
8 |
+
torch==1.7.1; sys_platform == 'darwin'
|
9 |
+
transformers
|