Kims12 commited on
Commit
54cb0b7
Β·
verified Β·
1 Parent(s): fac8c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -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=450, width=300)
326
- output_image3 = gr.Image(label="μƒμ„±λœ 이미지 #3", height=450, width=300)
327
  with gr.Column():
328
- output_image2 = gr.Image(label="μƒμ„±λœ 이미지 #2", height=450, width=300)
329
- output_image4 = gr.Image(label="μƒμ„±λœ 이미지 #4", height=450, width=300)
330
 
331
  output_text = gr.Textbox(label="μƒνƒœ λ©”μ‹œμ§€", lines=4)
332
  prompt_display = gr.Textbox(label="μ‚¬μš©λœ ν”„λ‘¬ν”„νŠΈ (μ˜μ–΄)", visible=True, lines=4)
 
322
  with gr.Column(scale=1):
323
  with gr.Row():
324
  with gr.Column():
325
+ output_image1 = gr.Image(label="μƒμ„±λœ 이미지 #1", height=450, width=450)
326
+ output_image3 = gr.Image(label="μƒμ„±λœ 이미지 #3", height=450, width=450)
327
  with gr.Column():
328
+ output_image2 = gr.Image(label="μƒμ„±λœ 이미지 #2", height=450, width=450)
329
+ output_image4 = gr.Image(label="μƒμ„±λœ 이미지 #4", height=450, width=450)
330
 
331
  output_text = gr.Textbox(label="μƒνƒœ λ©”μ‹œμ§€", lines=4)
332
  prompt_display = gr.Textbox(label="μ‚¬μš©λœ ν”„λ‘¬ν”„νŠΈ (μ˜μ–΄)", visible=True, lines=4)