Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Va1km2e
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test2
/
app.py
Va1km2e
Update app.py
2aba7eb
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
from
datasets
import
load_dataset
ds = load_dataset(
"keremberke/german-traffic-sign-detection"
, name=
"full"
, trust_remote_code=
True
)
example = ds[
'train'
][
0
]
print
(example)