Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
APScheduler
|
2 |
black
|
3 |
-
datasets
|
4 |
-
huggingface-hub>=0.18.0
|
5 |
gradio<=4.44.1
|
6 |
gradio[oauth]<=4.44.1
|
|
|
7 |
python-dateutil
|
8 |
tqdm
|
9 |
transformers
|
|
|
1 |
APScheduler
|
2 |
black
|
|
|
|
|
3 |
gradio<=4.44.1
|
4 |
gradio[oauth]<=4.44.1
|
5 |
+
datasets
|
6 |
python-dateutil
|
7 |
tqdm
|
8 |
transformers
|