Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,8 +189,4 @@ grad.Interface(fn=converse,
|
|
189 |
|
190 |
from datasets import list_datasets
|
191 |
all_datasets = list_datasets()
|
192 |
-
print(f"There are {len(all_datasets)} datasets currently available on the Hub") print(f"The first 10 are: {all_datasets[:10]}")
|
193 |
-
There are 1753 datasets currently available on the Hub
|
194 |
-
The first 10 are: ['acronym_identification', 'ade_corpus_v2', 'adversarial_qa',
|
195 |
-
'aeslc', 'afrikaans_ner_corpus', 'ag_news', 'ai2_arc', 'air_dialogue',
|
196 |
-
'ajgt_twitter_ar', 'allegro_reviews']
|
|
|
189 |
|
190 |
from datasets import list_datasets
|
191 |
all_datasets = list_datasets()
|
192 |
+
print(f"There are {len(all_datasets)} datasets currently available on the Hub") print(f"The first 10 are: {all_datasets[:10]}")
|
|
|
|
|
|
|
|