File size: 145 Bytes
3531f9c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from smolagents import launch_gradio_demo
from typing import Optional
from tool import SimpleTool

tool = SimpleTool()

launch_gradio_demo(tool)