Spaces:
Runtime error
Runtime error
Update app_merged.py
Browse files- 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():
|