m-ric's picture
m-ric HF Staff
Upload tool
66c8bc6 verified
raw
history blame
137 Bytes
from smolagents import launch_gradio_demo
from tool import HFModelDownloadsTool
tool = HFModelDownloadsTool()
launch_gradio_demo(tool)