Spaces:
Runtime error
Runtime error
Galuh
commited on
Commit
•
3934b1e
1
Parent(s):
ec09948
Reorder; install transformers
Browse filesSee if reordering will retrigger the build to install from requirements.txt
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
1 |
streamlit
|
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 |
-
|
|
|
1 |
+
transformers
|
2 |
streamlit
|
3 |
requests==2.24.0
|
4 |
requests-toolbelt==0.9.1
|
5 |
mtranslate
|
|
|
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 |
+
fasttext
|