Richard Neuschulz
commited on
Commit
Β·
642071e
1
Parent(s):
36f26ce
Update demo description for clarity
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ h1{margin-bottom: 0 !important}
|
|
74 |
'''
|
75 |
with gr.Blocks(css=css) as demo:
|
76 |
gr.Markdown("# IP-Adapter-FaceID SDXL demo")
|
77 |
-
gr.Markdown("
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
files = gr.Files(
|
|
|
74 |
'''
|
75 |
with gr.Blocks(css=css) as demo:
|
76 |
gr.Markdown("# IP-Adapter-FaceID SDXL demo")
|
77 |
+
gr.Markdown("A simple Demo for the [h94/IP-Adapter-FaceID SDXL model](https://huggingface.co/h94/IP-Adapter-FaceID). I have no idea what I am doing, but you should run this on at least 24 GB of VRAM.")
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
files = gr.Files(
|