Spaces:
Runtime error
Runtime error
matching requirements docs
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,8 +2,8 @@ langdetect==1.0.9
|
|
2 |
nltk>=3.6.4
|
3 |
plotly==5.3.1
|
4 |
transformers>=4.8.2
|
5 |
-
torch
|
6 |
-
tokenizers
|
7 |
sentencepiece==0.1.97
|
8 |
streamlit==0.88.0
|
9 |
iso_639==0.4.5
|
@@ -29,3 +29,4 @@ json2html==1.3.0
|
|
29 |
protobuf~=3.19.0
|
30 |
matplotlib~=3.5.0
|
31 |
evaluate
|
|
|
|
2 |
nltk>=3.6.4
|
3 |
plotly==5.3.1
|
4 |
transformers>=4.8.2
|
5 |
+
torch>=1.11
|
6 |
+
tokenizers>=0.13.3
|
7 |
sentencepiece==0.1.97
|
8 |
streamlit==0.88.0
|
9 |
iso_639==0.4.5
|
|
|
29 |
protobuf~=3.19.0
|
30 |
matplotlib~=3.5.0
|
31 |
evaluate
|
32 |
+
altair<5
|