text-to-image / app.py
dwb2023's picture
Update app.py
74ff979 verified
raw
history blame
114 Bytes
from transformers import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)