from smolagents import launch_gradio_demo from tool import HFModelDownloadsTool tool = HFModelDownloadsTool() launch_gradio_demo(tool)