patruff's picture
Upload tool
d53b325 verified
raw
history blame contribute delete
180 Bytes
from smolagents import launch_gradio_demo
from typing import Optional
from tool import ParodyWordSuggestionTool
tool = ParodyWordSuggestionTool()
launch_gradio_demo(tool)