File size: 145 Bytes
6e4eef0
c6aa194
6e4eef0
 
 
 
 
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)