milyiyo's picture
Update app.py
ee16ab0
raw
history blame contribute delete
132 Bytes
import gradio as gr
demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
print(dir(demo))
demo.launch(show_api=True)