Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m-ric
/
hf-model-downloads
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
470d536
hf-model-downloads
/
app.py
m-ric
HF Staff
Upload tool
747747e
verified
3 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
from
smolagents
import
launch_gradio_demo
from
typing
import
Optional
from
tool
import
HFModelDownloadsTool
tool = HFModelDownloadsTool()
launch_gradio_demo(tool)