test2 / app.py
Va1km2e's picture
Update app.py
2aba7eb verified
raw
history blame contribute delete
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)