Spaces:
Sleeping
Sleeping
File size: 165 Bytes
f1f51f8 | 1 2 3 4 5 6 7 8 | from smolagents import launch_gradio_demo
from typing import Optional
from tool import HFModelsTrendingTool
tool = HFModelsTrendingTool()
launch_gradio_demo(tool)
|