multimodalart HF staff commited on
Commit
874e33b
1 Parent(s): b576d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ demo = gr.Interface(
84
  info="Try something like 'a photo of a man/woman/person'",
85
  placeholder="A photo of a [man/woman/person]..."),
86
  gr.Textbox(label="Negative Prompt", placeholder="low quality"),
87
- gr.Checkbox(label="Preserve Face Structure", info="Higher quality (the face structure of your first photo will be preserved)", value=True),
88
  ],
89
  outputs=[gr.Gallery(label="Generated Image")],
90
  title="IP-Adapter-FaceID demo",
 
84
  info="Try something like 'a photo of a man/woman/person'",
85
  placeholder="A photo of a [man/woman/person]..."),
86
  gr.Textbox(label="Negative Prompt", placeholder="low quality"),
87
+ gr.Checkbox(label="Preserve Face Structure", info="Higher quality, less versatility (the face structure of your first photo will be preserved)", value=True),
88
  ],
89
  outputs=[gr.Gallery(label="Generated Image")],
90
  title="IP-Adapter-FaceID demo",