allknowingroger
commited on
Commit
•
d4c59e0
1
Parent(s):
4d52252
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def clear_fn():
|
|
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:
|
83 |
with gr.Row():
|
84 |
with gr.Row(scale=6):
|
85 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|
|
|
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: Summarise,出现后再点右边的 Run 按钮开始运行""")
|
83 |
with gr.Row():
|
84 |
with gr.Row(scale=6):
|
85 |
primary_prompt=gr.Textbox(label="Prompt", value="")
|