milyiyo's picture
Update app.py
2ef62d0
raw
history blame
114 Bytes
import gradio as gr
demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
demo.launch(show_api=True)