Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|