Paste direct download links, pick a dataset name, and push every file straight to the Hugging Face Hub as a dataset โ in one click.
app.py in this repo). Duplicate this
Space as a Gradio SDK, or run it locally, to use the interactive demo.
Drop 3+ direct-download URLs, one per line. Each file is fetched and uploaded to the Hub.
Leave the name blank and the dataset is auto-named after the domain of your first link.
Existing dataset? Files are added to it. New name? A dataset is created for you.
Authenticates with a write HF_TOKEN set as a Space secret โ never in code.
app.py + requirements.txt.HF_TOKEN with a write token.# install deps pip install -r requirements.txt # set your write token export HF_TOKEN=hf_your_write_token # launch โ http://localhost:7860 python app.py