Spaces:
Running
Running
File size: 169 Bytes
6d113c1 |
1 2 3 4 5 6 7 8 |
from smolagents import launch_gradio_demo
from typing import Optional
from tool import TimeZoneConversionTool
tool = TimeZoneConversionTool()
launch_gradio_demo(tool)
|