Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,4 @@ with app:
|
|
61 |
with gr.Tab("Inpaint Canny"):
|
62 |
stable_diffusion_inpiant_controlnet_canny_app()
|
63 |
|
64 |
-
with gr.Tab("Keras Diffusion"):
|
65 |
-
keras_diffusion_app = keras_stable_diffusion_app()
|
66 |
-
|
67 |
app.launch(debug=True, enable_queue=True, server_port=7861)
|
|
|
61 |
with gr.Tab("Inpaint Canny"):
|
62 |
stable_diffusion_inpiant_controlnet_canny_app()
|
63 |
|
|
|
|
|
|
|
64 |
app.launch(debug=True, enable_queue=True, server_port=7861)
|