Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with image_blocks as demo:
|
|
101 |
gr.Markdown("## BRIA Restyle Portrait API")
|
102 |
gr.HTML('''
|
103 |
<p style="margin-bottom: 10px; font-size: 94%">
|
104 |
-
This demo showcases the BRIA Restyle Portrait capability, which lets you transform the style of a portrait while preserving the person's facial features using a tailored model and a reference image.<br> ComfyUI
|
105 |
</p>
|
106 |
''')
|
107 |
|
|
|
101 |
gr.Markdown("## BRIA Restyle Portrait API")
|
102 |
gr.HTML('''
|
103 |
<p style="margin-bottom: 10px; font-size: 94%">
|
104 |
+
This demo showcases the BRIA Restyle Portrait capability, which lets you transform the style of a portrait while preserving the person's facial features using a tailored model and a reference image.<br> ComfyUI Node is available <a href=https://github.com/Bria-AI/ComfyUI-BRIA-API/tree/main?tab=readme-ov-file#tailored-generation-nodes>here</a>
|
105 |
</p>
|
106 |
''')
|
107 |
|