Spaces:
Sleeping
Sleeping
add project infos
Browse files
app.py
CHANGED
@@ -276,7 +276,18 @@ import gradio as gr
|
|
276 |
|
277 |
with gr.Blocks() as demo:
|
278 |
with gr.Column():
|
279 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
with gr.Row():
|
281 |
style_reference_image = gr.Image(
|
282 |
label = "Style Reference Image",
|
|
|
276 |
|
277 |
with gr.Blocks() as demo:
|
278 |
with gr.Column():
|
279 |
+
gr.Markdown("# RB-Modulation")
|
280 |
+
gr.Markdown("## Training-Free Personalization of Diffusion Models using Stochastic Optimal Control")
|
281 |
+
gr.HTML("""
|
282 |
+
<div style="display:flex;column-gap:4px;">
|
283 |
+
<a href='https://rb-modulation.github.io'>
|
284 |
+
<img src='https://img.shields.io/badge/Project-Page-Green'>
|
285 |
+
</a>
|
286 |
+
<a href='https://arxiv.org/pdf/2405.17401'>
|
287 |
+
<img src='https://img.shields.io/badge/Paper-Arxiv-red'>
|
288 |
+
</a>
|
289 |
+
</div>
|
290 |
+
""")
|
291 |
with gr.Row():
|
292 |
style_reference_image = gr.Image(
|
293 |
label = "Style Reference Image",
|