multimodalart HF staff commited on
Commit
8755573
β€’
1 Parent(s): f9feefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ demo = gr.Interface(
63
  gr.Textbox(label="Prompt",
64
  info="Try something like 'a photo of a man/woman/person'",
65
  placeholder="A photo of a [man/woman/person]..."),
66
- gr.Textbox(label="Negative Prompt")
67
  ],
68
  outputs=[gr.Gallery(label="Generated Image")],
69
  title="IP-Adapter-FaceID demo",
 
63
  gr.Textbox(label="Prompt",
64
  info="Try something like 'a photo of a man/woman/person'",
65
  placeholder="A photo of a [man/woman/person]..."),
66
+ gr.Textbox(label="Negative Prompt", placeholder="low quality")
67
  ],
68
  outputs=[gr.Gallery(label="Generated Image")],
69
  title="IP-Adapter-FaceID demo",