datase_test / app.py
Seetha's picture
Update app.py
97e503f
raw
history blame
156 Bytes
from datasets import load_dataset
from datasets import load_dataset_builder
dataset = load_dataset_builder('Seetha/visual_cs')
print(dataset.info.features)