peterbonnesoeur's picture
Added translator tool
dd7049b
raw
history blame
123 Bytes
from smolagents import launch_gradio_demo
from tool import TranslateTool
tool = TranslateTool()
launch_gradio_demo(tool)