Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(css=css) as demo:
|
|
85 |
prompt = gr.Textbox(label="Prompt",
|
86 |
info="Try something like 'a photo of a man/woman/person'",
|
87 |
placeholder="A photo of a [man/woman/person]...")
|
88 |
-
|
89 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="low quality")
|
90 |
submit = gr.Button("Submit")
|
91 |
with gr.Accordion(open=False, label="Advanced Options"):
|
|
|
85 |
prompt = gr.Textbox(label="Prompt",
|
86 |
info="Try something like 'a photo of a man/woman/person'",
|
87 |
placeholder="A photo of a [man/woman/person]...")
|
88 |
+
|
89 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="low quality")
|
90 |
submit = gr.Button("Submit")
|
91 |
with gr.Accordion(open=False, label="Advanced Options"):
|