Spaces:
Running
Running
allknowingroger
commited on
Commit
•
0887a9f
1
Parent(s):
06967ea
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
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=
|
85 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
86 |
# real_prompt=gr.Textbox(label="Real prompt")
|
87 |
with gr.Row(scale=6):
|
|
|
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=9):
|
85 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
86 |
# real_prompt=gr.Textbox(label="Real prompt")
|
87 |
with gr.Row(scale=6):
|