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