import gradio as gr iface = gr.Interface.load("models/cloudqi/cqi_text_to_image_pt_v0") iface.title = "Test" iface.launch()