Spaces:
Sleeping
Sleeping
Update app_merged.py
Browse files- 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")
|