K00B404 commited on
Commit
34c6dd6
·
verified ·
1 Parent(s): f8a17d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1075,10 +1075,10 @@ with gr.Blocks(title="SD Models", theme="Nymbo/Nymbo_Theme") as my_interface:
1075
  # with gr.Row():
1076
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
1077
  with gr.Row():
1078
- with gr.Row(scale=6):
1079
  primary_prompt=gr.Textbox(label="Prompt", value="")
1080
  # real_prompt=gr.Textbox(label="Real prompt")
1081
- with gr.Row(scale=6):
1082
  # improve_prompts_btn=gr.Button("Improve")
1083
  with gr.Row():
1084
  run=gr.Button("Run",variant="primary")
 
1075
  # with gr.Row():
1076
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
1077
  with gr.Row():
1078
+ with gr.Row():
1079
  primary_prompt=gr.Textbox(label="Prompt", value="")
1080
  # real_prompt=gr.Textbox(label="Real prompt")
1081
+ with gr.Row():
1082
  # improve_prompts_btn=gr.Button("Improve")
1083
  with gr.Row():
1084
  run=gr.Button("Run",variant="primary")