File size: 180 Bytes
d53b325
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from smolagents import launch_gradio_demo
from typing import Optional
from tool import ParodyWordSuggestionTool

tool = ParodyWordSuggestionTool()

launch_gradio_demo(tool)