Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
transformers==4.8.2
|
2 |
-
torch==1.9.0
|
3 |
-
streamlit
|
4 |
-
icu_tokenizer
|
5 |
-
langid
|
|
|
1 |
+
--no-cache-dir transformers==4.8.2
|
2 |
+
--no-cache-dir torch==1.9.0
|
3 |
+
--no-cache-dir streamlit
|
4 |
+
--no-cache-dir icu_tokenizer
|
5 |
+
--no-cache-dir langid
|