text-to-image / app.py
Gyaneshere's picture
Create app.py
0481f07 verified
raw
history blame
113 Bytes
from transformers import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)