Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
datase_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f9ce64
datase_test
/
app.py
Seetha
Update app.py
2f9ce64
over 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
'Seetha/visual_cs'
, split=
'train'
)
print
(dataset)