Spaces:
Runtime error
Runtime error
Commit
β’
a0424ed
1
Parent(s):
41238f8
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ demo = gr.Interface(fn=generate_image,
|
|
59 |
inputs=[gr.Files(label="Drag 1 or more photos of your face", file_types="image"),gr.Textbox(label="Prompt"), gr.Textbox(label="Negative Prompt")],
|
60 |
outputs=[gr.Gallery(label="Generated Image")],
|
61 |
title="IP-Adapter-FaceID demo",
|
62 |
-
description="Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID)"
|
|
|
63 |
)
|
64 |
demo.launch()
|
|
|
59 |
inputs=[gr.Files(label="Drag 1 or more photos of your face", file_types="image"),gr.Textbox(label="Prompt"), gr.Textbox(label="Negative Prompt")],
|
60 |
outputs=[gr.Gallery(label="Generated Image")],
|
61 |
title="IP-Adapter-FaceID demo",
|
62 |
+
description="Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID)",
|
63 |
+
allow_flagging=False,
|
64 |
)
|
65 |
demo.launch()
|