text-to-image / app.py
dwb2023's picture
Update app.py
2913c1f verified
raw
history blame contribute delete
176 Bytes
# smolagents import launch_gradio_demo currently doesn't work
from transformers import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)