Spaces:
Configuration error
Configuration error
File size: 158 Bytes
727cf89 |
1 2 3 4 5 6 7 8 |
from smolagents import launch_gradio_demo
from typing import Optional
from tool import WordPhoneTool
tool = WordPhoneTool()
launch_gradio_demo(tool)
|