Ashoka74 commited on
Commit
68046e8
1 Parent(s): d6338ca

Update app_merged.py

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