Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,5 +150,5 @@ with gr.Blocks(css=css) as demo:
|
|
| 150 |
steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
| 151 |
seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
| 152 |
|
| 153 |
-
demo.queue()
|
| 154 |
-
demo.launch()
|
|
|
|
| 150 |
steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
| 151 |
seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
| 152 |
|
| 153 |
+
demo.queue(api_open=False)
|
| 154 |
+
demo.launch(show_api=False)
|