Update app.py
Browse files
app.py
CHANGED
@@ -751,9 +751,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
751 |
with gr.Group(elem_classes="panel"):
|
752 |
gr.HTML('<div class="section-title"><i class="fas fa-upload"></i> 이미지 업로드</div>')
|
753 |
with gr.Row():
|
754 |
-
image1_input = gr.Image(type="pil", label="#1", image_mode="RGB", elem_classes="image-container", height=
|
755 |
-
image2_input = gr.Image(type="pil", label="#2", image_mode="RGB", elem_classes="image-container", height=
|
756 |
-
image3_input = gr.Image(type="pil", label="#3", image_mode="RGB", elem_classes="image-container", height=
|
757 |
|
758 |
gr.HTML('<div class="section-title"><i class="fas fa-keyboard"></i> 프롬프트 입력</div>')
|
759 |
prompt_input = gr.Textbox(
|
|
|
751 |
with gr.Group(elem_classes="panel"):
|
752 |
gr.HTML('<div class="section-title"><i class="fas fa-upload"></i> 이미지 업로드</div>')
|
753 |
with gr.Row():
|
754 |
+
image1_input = gr.Image(type="pil", label="#1", image_mode="RGB", elem_classes="image-container", height=400)
|
755 |
+
image2_input = gr.Image(type="pil", label="#2", image_mode="RGB", elem_classes="image-container", height=400)
|
756 |
+
image3_input = gr.Image(type="pil", label="#3", image_mode="RGB", elem_classes="image-container", height=400)
|
757 |
|
758 |
gr.HTML('<div class="section-title"><i class="fas fa-keyboard"></i> 프롬프트 입력</div>')
|
759 |
prompt_input = gr.Textbox(
|