QIU JUNZHE commited on
Commit
d71bb94
1 Parent(s): 7065361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -403,7 +403,7 @@ with gr.Blocks(css=css) as myface:
403
  <br><h4>之后一般只需20秒左右</h4>""")
404
  with gr.Row():
405
  with gr.Column(scale=100):
406
- magic1=gr.Textbox(lines=4)
407
  run=gr.Button("生成图像")
408
  with gr.Row():
409
  with gr.Column(scale=100):
@@ -415,6 +415,7 @@ with gr.Blocks(css=css) as myface:
415
 
416
  with gr.Row():
417
  with gr.Column(scale=50):
 
418
  input_text=gr.Textbox(label="提示词点子",lines=2)
419
  use_short=gr.Button("使用精简提示词(使用框中提示词)")
420
  see_prompts=gr.Button("扩充框内提示词")
 
403
  <br><h4>之后一般只需20秒左右</h4>""")
404
  with gr.Row():
405
  with gr.Column(scale=100):
406
+ magic1=gr.Textbox(label="输入提示词:", lines=4)
407
  run=gr.Button("生成图像")
408
  with gr.Row():
409
  with gr.Column(scale=100):
 
415
 
416
  with gr.Row():
417
  with gr.Column(scale=50):
418
+ gr.HTML("""<h1>没有想法?</h1>""")
419
  input_text=gr.Textbox(label="提示词点子",lines=2)
420
  use_short=gr.Button("使用精简提示词(使用框中提示词)")
421
  see_prompts=gr.Button("扩充框内提示词")