milyiyo commited on
Commit
ee16ab0
·
1 Parent(s): 2ef62d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,4 +2,6 @@ import gradio as gr
2
 
3
  demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
4
 
 
 
5
  demo.launch(show_api=True)
 
2
 
3
  demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
4
 
5
+ print(dir(demo))
6
+
7
  demo.launch(show_api=True)