Spaces:
Runtime error
Runtime error
Commit
β’
8755573
1
Parent(s):
f9feefc
Update app.py
Browse files
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",
|