suggest_menu / app.py
BoddyGus's picture
Upload tool
65151ac verified
raw
history blame contribute delete
116 Bytes
from smolagents import launch_gradio_demo
from tool import SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)