File size: 132 Bytes
59ae468
 
8400fbb
59ae468
ee16ab0
 
2ef62d0
1
2
3
4
5
6
7
import gradio as gr

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

print(dir(demo))

demo.launch(show_api=True)