File size: 161 Bytes
9e5b98a
 
 
 
7a4f0f5
9e5b98a
 
1
2
3
4
5
6
7
8
from smolagents import launch_gradio_demo
from typing import Optional
from tool import UnitConversionTool

tool = UnitConversionTool()

launch_gradio_demo(tool)