chywang commited on
Commit
cb15c88
·
1 Parent(s): 12df391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,9 +21,9 @@ with gr.Blocks() as demo:
21
  ]
22
  with gr.Row():
23
  with gr.Column(scale=1, ):
24
- image_out = gr.Image(label = '输出(output)')
25
  with gr.Column(scale=1, ):
26
- prompt = gr.Textbox(label = '提示词(prompt)')
27
  submit_btn = gr.Button("生成图像(Generate)")
28
  with gr.Row(scale=0.5 ):
29
  guide = gr.Slider(2, 15, value = 7, label = '文本引导强度(guidance scale)')
 
21
  ]
22
  with gr.Row():
23
  with gr.Column(scale=1, ):
24
+ image_out = gr.Image(label = '输出(Output)')
25
  with gr.Column(scale=1, ):
26
+ prompt = gr.Textbox(label = '提示词(Prompt)')
27
  submit_btn = gr.Button("生成图像(Generate)")
28
  with gr.Row(scale=0.5 ):
29
  guide = gr.Slider(2, 15, value = 7, label = '文本引导强度(guidance scale)')