text-to-image / app.py
m-ric's picture
m-ric HF staff
Upload tool
f428b3b verified
raw
history blame contribute delete
No virus
114 Bytes
from transformers import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)