Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
b576d4a
1
Parent(s):
3f60577
Update app.py
Browse files
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="
|
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 (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",
|