Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e2cd458
1
Parent(s):
1287e5e
Update app.py
Browse files
app.py
CHANGED
@@ -84,11 +84,11 @@ 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", value=
|
88 |
],
|
89 |
outputs=[gr.Gallery(label="Generated Image")],
|
90 |
title="IP-Adapter-FaceID demo",
|
91 |
-
description="Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID)",
|
92 |
allow_flagging=False,
|
93 |
)
|
94 |
demo.launch()
|
|
|
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", value=True),
|
88 |
],
|
89 |
outputs=[gr.Gallery(label="Generated Image")],
|
90 |
title="IP-Adapter-FaceID demo",
|
91 |
+
description="Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID) - 'preserve face structure' uses the plus v2 model. Non-commercial license",
|
92 |
allow_flagging=False,
|
93 |
)
|
94 |
demo.launch()
|