chywang commited on
Commit
6cfeb73
ยท
1 Parent(s): 4822be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
19
  ["ๅฐ็‚’้ป„็‰›่‚‰"],
20
  ]
21
  with gr.Row():
22
- with gr.Column(scale=0.5, ):
23
  image_out = gr.Image(label = '่พ“ๅ‡บ(output)')
24
  with gr.Column(scale=1, ):
25
  prompt = gr.Textbox(label = 'ๆ็คบ่ฏ(prompt)')
 
19
  ["ๅฐ็‚’้ป„็‰›่‚‰"],
20
  ]
21
  with gr.Row():
22
+ with gr.Column(scale=1, ):
23
  image_out = gr.Image(label = '่พ“ๅ‡บ(output)')
24
  with gr.Column(scale=1, ):
25
  prompt = gr.Textbox(label = 'ๆ็คบ่ฏ(prompt)')