Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -3,10 +3,8 @@ black==23.11.0
|
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
5 |
gradio==4.9.0
|
6 |
-
gradio_client==0.7.
|
7 |
huggingface-hub>=0.18.0
|
8 |
-
markdown-it-py==2.2.0
|
9 |
-
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
11 |
numpy==1.24.2
|
12 |
pandas==2.0.0
|
@@ -14,7 +12,6 @@ plotly==5.14.1
|
|
14 |
python-dateutil==2.8.2
|
15 |
requests==2.28.2
|
16 |
sentencepiece
|
17 |
-
semantic-version==2.10.0
|
18 |
tqdm==4.65.0
|
19 |
-
transformers==4.
|
20 |
-
tokenizers>=0.15.0
|
|
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
5 |
gradio==4.9.0
|
6 |
+
gradio_client==0.7.2
|
7 |
huggingface-hub>=0.18.0
|
|
|
|
|
8 |
matplotlib==3.7.1
|
9 |
numpy==1.24.2
|
10 |
pandas==2.0.0
|
|
|
12 |
python-dateutil==2.8.2
|
13 |
requests==2.28.2
|
14 |
sentencepiece
|
|
|
15 |
tqdm==4.65.0
|
16 |
+
transformers==4.36.0
|
17 |
+
tokenizers>=0.15.0
|