import gradio as gr demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1") print(dir(demo)) demo.launch(show_api=True)