File size: 151 Bytes
dd7049b
cbb18dd
dd7049b
 
 
 
 
1
2
3
4
5
6
7
8
from smolagents import launch_gradio_demo
from typing import Optional
from tool import TranslateTool

tool = TranslateTool()

launch_gradio_demo(tool)