allknowingroger commited on
Commit
65aee4f
1 Parent(s): a62fdf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(title="SD Models") as my_interface:
78
  # with gr.Row():
79
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
80
  with gr.Row():
81
- with gr.Row(scale=9):
82
  primary_prompt=gr.Textbox(label="Prompt", value="")
83
  # real_prompt=gr.Textbox(label="Real prompt")
84
  with gr.Row(scale=6):
 
78
  # with gr.Row():
79
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
80
  with gr.Row():
81
+ with gr.Row(scale=6):
82
  primary_prompt=gr.Textbox(label="Prompt", value="")
83
  # real_prompt=gr.Textbox(label="Real prompt")
84
  with gr.Row(scale=6):