saidsef's picture
Upload tool
f1f51f8 verified
raw
history blame contribute delete
165 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import HFModelsTrendingTool
tool = HFModelsTrendingTool()
launch_gradio_demo(tool)