Spaces:
Runtime error
Runtime error
lvkaokao
commited on
Commit
•
219e74e
1
Parent(s):
0f9512a
upgrade transformers.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,6 @@ APScheduler==3.10.1
|
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
5 |
-
huggingface-hub==0.23.2
|
6 |
matplotlib==3.7.1
|
7 |
numpy==1.24.2
|
8 |
pandas==2.0.0
|
@@ -18,3 +17,4 @@ gradio==3.28.0
|
|
18 |
GitPython==3.1.40
|
19 |
pydantic==1.10.15
|
20 |
plotly==5.14.1
|
|
|
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
|
|
5 |
matplotlib==3.7.1
|
6 |
numpy==1.24.2
|
7 |
pandas==2.0.0
|
|
|
17 |
GitPython==3.1.40
|
18 |
pydantic==1.10.15
|
19 |
plotly==5.14.1
|
20 |
+
huggingface-hub
|