CiaraRowles commited on
Commit
85686bc
·
verified ·
1 Parent(s): 6975d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):