text-to-image / app.py
dwb2023's picture
switch import to use smolagents launch_gradio_demo library
6e77fbd verified
raw
history blame
112 Bytes
from smolagents import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)