Update app.py
Browse files
app.py
CHANGED
@@ -783,7 +783,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
783 |
with gr.Row():
|
784 |
with gr.Column():
|
785 |
output_image1 = gr.Image(label="이미지 #1", elem_classes="image-container", height=400)
|
786 |
-
output_image3 = gr.Image(label="이미지 #3",
|
787 |
with gr.Column():
|
788 |
output_image2 = gr.Image(label="이미지 #2", elem_classes="image-container", height=400)
|
789 |
output_image4 = gr.Image(label="이미지 #4", elem_classes="image-container", height=400)
|
|
|
783 |
with gr.Row():
|
784 |
with gr.Column():
|
785 |
output_image1 = gr.Image(label="이미지 #1", elem_classes="image-container", height=400)
|
786 |
+
output_image3 = gr.Image(label="이미지 #3", elem_classes="image-container", height=400)
|
787 |
with gr.Column():
|
788 |
output_image2 = gr.Image(label="이미지 #2", elem_classes="image-container", height=400)
|
789 |
output_image4 = gr.Image(label="이미지 #4", elem_classes="image-container", height=400)
|