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...
66c8bc6
hf-model-downloads
/
app.py
m-ric
HF Staff
Upload tool
66c8bc6
verified
4 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
HFModelDownloadsTool
tool = HFModelDownloadsTool()
launch_gradio_demo(tool)