Kims12 commited on
Commit
5e3de5d
·
verified ·
1 Parent(s): 8a61129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=220)
755
- image2_input = gr.Image(type="pil", label="#2", image_mode="RGB", elem_classes="image-container", height=220)
756
- image3_input = gr.Image(type="pil", label="#3", image_mode="RGB", elem_classes="image-container", height=220)
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(