Yntec commited on
Commit
f8b05f3
1 Parent(s): 0ae0d17

Update app.py

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