text-to-speech / app.py
m-ric's picture
m-ric HF Staff
Upload tool
f428b3b verified
raw
history blame
114 Bytes
from transformers import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)