Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
f0bf100
1
Parent(s):
481f4d5
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ h1{margin-bottom: 0 !important}
|
|
98 |
'''
|
99 |
with gr.Blocks(css=css) as demo:
|
100 |
gr.Markdown("# IP-Adapter-FaceID Plus demo")
|
101 |
-
gr.Markdown("Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID) - Non-commercial license")
|
102 |
with gr.Row():
|
103 |
with gr.Column():
|
104 |
files = gr.Files(
|
|
|
98 |
'''
|
99 |
with gr.Blocks(css=css) as demo:
|
100 |
gr.Markdown("# IP-Adapter-FaceID Plus demo")
|
101 |
+
gr.Markdown("Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID) - Generate AI images with your own face - Non-commercial license")
|
102 |
with gr.Row():
|
103 |
with gr.Column():
|
104 |
files = gr.Files(
|