Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ with app:
|
|
22 |
)
|
23 |
with gr.Row():
|
24 |
with gr.Column():
|
25 |
-
with gr.Tab('Zoom Out'):
|
26 |
-
stable_diffusion_zoom_out_app()
|
27 |
with gr.Tab('Zoom In'):
|
28 |
stable_diffusion_zoom_in_app()
|
|
|
|
|
29 |
|
30 |
app.launch(debug=True)
|
|
|
22 |
)
|
23 |
with gr.Row():
|
24 |
with gr.Column():
|
|
|
|
|
25 |
with gr.Tab('Zoom In'):
|
26 |
stable_diffusion_zoom_in_app()
|
27 |
+
with gr.Tab('Zoom Out'):
|
28 |
+
stable_diffusion_zoom_out_app()
|
29 |
|
30 |
app.launch(debug=True)
|