brezende's picture
Update app.py
af1a5e5
raw
history blame
220 Bytes
import gradio as gr
title = "Exemplo de Texto para Imagem"
subtitle = "Usando o modelo CloudQi CQI Text to Image PT v0"
print(title)
print(subtitle)
gr.Interface.load("models/cloudqi/cqi_text_to_image_pt_v0").launch()