2fcdd40 af1a5e5 cade415
1
2
3
4
5
6
7
import gradio as gr iface = gr.Interface.load("models/cloudqi/cqi_text_to_image_pt_v0") iface.title = "Test" iface.launch()