Spaces:
Runtime error
Runtime error
Commit
•
554faea
1
Parent(s):
77c1441
Update app.py
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
377 |
display: block;
|
378 |
font-weight: normal;
|
379 |
opacity: 0.75;
|
380 |
-
">🧨 diffusers InstantID + ControlNet<br> inspired by fofr's face-to-many</small></span></h1>""",
|
381 |
elem_id="title",
|
382 |
)
|
383 |
selected_state = gr.State()
|
|
|
377 |
display: block;
|
378 |
font-weight: normal;
|
379 |
opacity: 0.75;
|
380 |
+
">🧨 diffusers InstantID + ControlNet<br> inspired by fofr's <a href="https://github.com/fofr/cog-face-to-many" target="_blank">face-to-many</a></small></span></h1>""",
|
381 |
elem_id="title",
|
382 |
)
|
383 |
selected_state = gr.State()
|