Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1075,10 +1075,10 @@ with gr.Blocks(title="SD Models", theme="Nymbo/Nymbo_Theme") as my_interface:
|
|
| 1075 |
# with gr.Row():
|
| 1076 |
# gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
|
| 1077 |
with gr.Row():
|
| 1078 |
-
with gr.Row(
|
| 1079 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
| 1080 |
# real_prompt=gr.Textbox(label="Real prompt")
|
| 1081 |
-
with gr.Row(
|
| 1082 |
# improve_prompts_btn=gr.Button("Improve")
|
| 1083 |
with gr.Row():
|
| 1084 |
run=gr.Button("Run",variant="primary")
|
|
|
|
| 1075 |
# with gr.Row():
|
| 1076 |
# gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
|
| 1077 |
with gr.Row():
|
| 1078 |
+
with gr.Row():
|
| 1079 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
| 1080 |
# real_prompt=gr.Textbox(label="Real prompt")
|
| 1081 |
+
with gr.Row():
|
| 1082 |
# improve_prompts_btn=gr.Button("Improve")
|
| 1083 |
with gr.Row():
|
| 1084 |
run=gr.Button("Run",variant="primary")
|