unit_conversion / app.py
peterbonnesoeur's picture
Quick fix
7a4f0f5
raw
history blame contribute delete
161 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import UnitConversionTool
tool = UnitConversionTool()
launch_gradio_demo(tool)