MoritzLaurer's picture
MoritzLaurer HF staff
Upload tool
1d50778 verified
raw
history blame contribute delete
165 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import HFModelDownloadsTool
tool = HFModelDownloadsTool()
launch_gradio_demo(tool)