File size: 120 Bytes
6867117
a6e7cd7
6867117
a6e7cd7
6867117
1
2
3
4
5
6
from smolagents import launch_gradio_demo
from tool import DateTimeTool

tool = DateTimeTool()
launch_gradio_demo(tool)