Kims12 commited on
Commit
a3c1d36
ยท
verified ยท
1 Parent(s): ccab539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -302,8 +302,8 @@ with gr.Blocks() as demo:
302
  # ์™ผ์ชฝ ์ž…๋ ฅ ์˜์—ญ
303
  with gr.Column(scale=1):
304
  with gr.Row():
305
- image1_input = gr.Image(type="pil", label="#1", image_mode="RGB", height=200, width=200)
306
- image2_input = gr.Image(type="pil", label="#2", image_mode="RGB", height=200, width=200)
307
  image3_input = gr.Image(type="pil", label="#3", image_mode="RGB", height=200, width=200)
308
  prompt_input = gr.Textbox(
309
  lines=3,
@@ -322,11 +322,11 @@ with gr.Blocks() as demo:
322
  with gr.Column(scale=1):
323
  with gr.Row():
324
  with gr.Column():
325
- output_image1 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #1", height=220, width=220)
326
- output_image3 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #3", height=220, width=220)
327
  with gr.Column():
328
- output_image2 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #2", height=220, width=220)
329
- output_image4 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #4", height=220, width=220)
330
 
331
  output_text = gr.Textbox(label="์ƒํƒœ ๋ฉ”์‹œ์ง€", lines=4)
332
  prompt_display = gr.Textbox(label="์‚ฌ์šฉ๋œ ํ”„๋กฌํ”„ํŠธ (์˜์–ด)", visible=True, lines=4)
 
302
  # ์™ผ์ชฝ ์ž…๋ ฅ ์˜์—ญ
303
  with gr.Column(scale=1):
304
  with gr.Row():
305
+ image1_input = gr.Image(type="pil", label="#1", image_mode="RGB", height=300, width=200)
306
+ image2_input = gr.Image(type="pil", label="#2", image_mode="RGB", height=300, width=200)
307
  image3_input = gr.Image(type="pil", label="#3", image_mode="RGB", height=200, width=200)
308
  prompt_input = gr.Textbox(
309
  lines=3,
 
322
  with gr.Column(scale=1):
323
  with gr.Row():
324
  with gr.Column():
325
+ output_image1 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #1", height=600, width=400)
326
+ output_image3 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #3", height=600, width=400)
327
  with gr.Column():
328
+ output_image2 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #2", height=600, width=400)
329
+ output_image4 = gr.Image(label="์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€ #4", height=600, width=400)
330
 
331
  output_text = gr.Textbox(label="์ƒํƒœ ๋ฉ”์‹œ์ง€", lines=4)
332
  prompt_display = gr.Textbox(label="์‚ฌ์šฉ๋œ ํ”„๋กฌํ”„ํŠธ (์˜์–ด)", visible=True, lines=4)