Yntec commited on
Commit
1bf2991
1 Parent(s): 21b9e59

Update app.py

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