Ashoka74 commited on
Commit
8b05163
โ€ข
1 Parent(s): ef7b64c

Update app_merged.py

Browse files
Files changed (1) hide show
  1. app_merged.py +2 -2
app_merged.py CHANGED
@@ -1594,9 +1594,9 @@ with gr.Blocks() as app:
1594
  with gr.Column():
1595
 
1596
  with gr.Row():
1597
- with gr.Column(scale=3)
1598
  result_gallery = gr.Image(height=832, object_fit='contain', label='Outputs')
1599
- with gr.Column(scale=1)
1600
  with gr.Group():
1601
  gr.Markdown("Outpaint")
1602
  with gr.Row():
 
1594
  with gr.Column():
1595
 
1596
  with gr.Row():
1597
+ with gr.Column(scale=3):
1598
  result_gallery = gr.Image(height=832, object_fit='contain', label='Outputs')
1599
+ with gr.Column(scale=1):
1600
  with gr.Group():
1601
  gr.Markdown("Outpaint")
1602
  with gr.Row():