translation-bak / app.py
albertvillanova's picture
Upload tool
99e1fa2 verified
raw
history blame contribute delete
127 Bytes
from smolagents import launch_gradio_demo
from tool import TranslationTool
tool = TranslationTool()
launch_gradio_demo(tool)