Spaces:
Running
on
Zero
Running
on
Zero
Richard Neuschulz
commited on
Commit
•
e019702
1
Parent(s):
beab703
updated app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ h1{margin-bottom: 0 !important}
|
|
83 |
'''
|
84 |
with gr.Blocks(css=css) as demo:
|
85 |
gr.Markdown("# IP-Adapter-FaceID SDXL demo")
|
86 |
-
gr.Markdown("My own Demo for the [h94/IP-Adapter-FaceID SDXL model](https://huggingface.co/h94/IP-Adapter-FaceID).")
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
files = gr.Files(
|
|
|
83 |
'''
|
84 |
with gr.Blocks(css=css) as demo:
|
85 |
gr.Markdown("# IP-Adapter-FaceID SDXL demo")
|
86 |
+
gr.Markdown("My own 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")
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
files = gr.Files(
|