Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,4 +189,5 @@ 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")
|
|
|
|
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")
|
193 |
+
print(f"The first 10 are: {all_datasets[:10]}")
|