Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
19a140d
1
Parent(s):
09f88c7
update requirements
Browse files- requirements.txt +3 -16
requirements.txt
CHANGED
@@ -1,19 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
gradio
|
5 |
-
gradio[oauth]
|
6 |
-
gradio_leaderboard==0.0.13
|
7 |
-
gradio_client
|
8 |
-
huggingface-hub>=0.18.0
|
9 |
-
matplotlib
|
10 |
-
numpy
|
11 |
-
pandas
|
12 |
-
python-dateutil
|
13 |
-
tqdm
|
14 |
-
transformers
|
15 |
-
tokenizers>=0.15.0
|
16 |
-
sentencepiece
|
17 |
seaborn>=0.12.0
|
18 |
Pillow>=10.0.0
|
19 |
plotly>=5.15.0
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pandas>=2.0.0
|
3 |
+
matplotlib>=3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
seaborn>=0.12.0
|
5 |
Pillow>=10.0.0
|
6 |
plotly>=5.15.0
|