Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
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
|
86 |
# real_prompt=gr.Textbox(label="Real prompt")
|
87 |
with gr.Row(scale=6):
|
88 |
# improve_prompts_btn=gr.Button("Improve")
|
|
|
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 is 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")
|