File size: 115 Bytes
ca00577 |
1 2 3 4 5 |
from smolagents import launch_gradio_demo
from tool import CustomTool
tool = CustomTool()
launch_gradio_demo(tool) |
ca00577 |
1 2 3 4 5 |
from smolagents import launch_gradio_demo
from tool import CustomTool
tool = CustomTool()
launch_gradio_demo(tool) |