Spaces:
Running
on
Zero
Running
on
Zero
paper selected as ICCV 2025 (Highlight) 🎉
Browse files
app.py
CHANGED
@@ -228,7 +228,8 @@ with gr.Blocks() as demo:
|
|
228 |
gr.HTML("""
|
229 |
<div style="text-align: center; max-width: 900px; margin: 0 auto;">
|
230 |
<h1 style="font-size: 1.5rem; font-weight: 700; display: block;">InfiniteYou-FLUX</h1>
|
231 |
-
<h2 style="font-size: 1.2rem; font-weight: 300; margin-bottom: 1rem; display: block;">Official Gradio Demo for <a href="https://arxiv.org/abs/2503.16418">InfiniteYou: Flexible Photo Recrafting While Preserving Your Identity</a
|
|
|
232 |
<a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a> 
|
233 |
<a href="https://arxiv.org/abs/2503.16418">[Paper]</a> 
|
234 |
<a href="https://github.com/bytedance/InfiniteYou">[Code]</a> 
|
|
|
228 |
gr.HTML("""
|
229 |
<div style="text-align: center; max-width: 900px; margin: 0 auto;">
|
230 |
<h1 style="font-size: 1.5rem; font-weight: 700; display: block;">InfiniteYou-FLUX</h1>
|
231 |
+
<h2 style="font-size: 1.2rem; font-weight: 300; margin-bottom: 1rem; display: block;">Official Gradio Demo for <a href="https://arxiv.org/abs/2503.16418">InfiniteYou: Flexible Photo Recrafting While Preserving Your Identity</a></h2>
|
232 |
+
<h2 style="font-size: 1.2rem; font-weight: 300; margin-bottom: 1rem; display: block;"><b>ICCV 2025 (<span style="color:#F44336">Highlight</span>)</b></h2>
|
233 |
<a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a> 
|
234 |
<a href="https://arxiv.org/abs/2503.16418">[Paper]</a> 
|
235 |
<a href="https://github.com/bytedance/InfiniteYou">[Code]</a> 
|