Spaces:
Sleeping
Sleeping
| from smolagents import launch_gradio_demo | |
| from typing import Optional | |
| from tool import HFModelDownloadsTool | |
| tool = HFModelDownloadsTool() | |
| launch_gradio_demo(tool) | |