Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
3d1d33c
1
Parent(s):
5597750
update
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
torch
|
2 |
colorama
|
3 |
-
APScheduler
|
4 |
-
black
|
5 |
-
click
|
6 |
-
datasets
|
7 |
-
gradio
|
8 |
-
gradio_client
|
9 |
-
huggingface-hub
|
10 |
-
matplotlib
|
11 |
-
numpy
|
12 |
-
pandas
|
13 |
-
plotly
|
14 |
-
python-dateutil
|
15 |
requests
|
16 |
-
semantic-version
|
17 |
tqdm
|
18 |
transformers>=4.36.0,<4.37.0
|
19 |
tokenizers>=0.15.0
|
|
|
1 |
torch
|
2 |
colorama
|
3 |
+
APScheduler
|
4 |
+
black
|
5 |
+
click
|
6 |
+
datasets
|
7 |
+
gradio
|
8 |
+
gradio_client
|
9 |
+
huggingface-hub
|
10 |
+
matplotlib
|
11 |
+
numpy
|
12 |
+
pandas
|
13 |
+
plotly
|
14 |
+
python-dateutil
|
15 |
requests
|
16 |
+
semantic-version
|
17 |
tqdm
|
18 |
transformers>=4.36.0,<4.37.0
|
19 |
tokenizers>=0.15.0
|