Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
72 |
# with gr.Row():
|
73 |
# gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
|
74 |
with gr.Row():
|
75 |
-
with gr.Row(
|
76 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
77 |
# real_prompt=gr.Textbox(label="Real prompt")
|
78 |
-
with gr.Row(
|
79 |
# improve_prompts_btn=gr.Button("Improve")
|
80 |
with gr.Row():
|
81 |
run=gr.Button("Run",variant="primary")
|
|
|
72 |
# with gr.Row():
|
73 |
# gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
|
74 |
with gr.Row():
|
75 |
+
with gr.Row():
|
76 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
77 |
# real_prompt=gr.Textbox(label="Real prompt")
|
78 |
+
with gr.Row():
|
79 |
# improve_prompts_btn=gr.Button("Improve")
|
80 |
with gr.Row():
|
81 |
run=gr.Button("Run",variant="primary")
|