kadirnar commited on
Commit
62f6167
1 Parent(s): ecc19c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)