HongBenXian's picture
Upload tool
de83125 verified
raw
history blame contribute delete
136 Bytes
from smolagents import launch_gradio_demo
from tool import HFModelDownloadsTool
tool = HFModelDownloadsTool()
launch_gradio_demo(tool)