File size: 126 Bytes
59ae468
 
8400fbb
59ae468
82dd0db
1
2
3
4
5
import gradio as gr

demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")

demo.launch(show_api=True, share=True)