Spaces:
Running
Running
File size: 245 Bytes
c3d8a68 |
1 2 3 4 5 6 7 8 |
from huggingface_hub import snapshot_download
# Dataset repository name (from the URL)
repo_id = "YashJain/UI-Elements-Detection-Dataset"
# Download entire dataset
snapshot_download(repo_id, repo_type="dataset", local_dir="UI_Dataset")
|