Spaces:
Running
on
Zero
Running
on
Zero
paper accepted to ICCV 2025 🎉
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ 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> 
|
@@ -350,11 +350,10 @@ with gr.Blocks() as demo:
|
|
350 |
If you find InfiniteYou useful for your research or applications, please cite our paper:
|
351 |
|
352 |
```bibtex
|
353 |
-
@
|
354 |
title={{InfiniteYou}: Flexible Photo Recrafting While Preserving Your Identity},
|
355 |
author={Jiang, Liming and Yan, Qing and Jia, Yumin and Liu, Zichuan and Kang, Hao and Lu, Xin},
|
356 |
-
|
357 |
-
volume={arXiv:2503.16418},
|
358 |
year={2025}
|
359 |
}
|
360 |
```
|
|
|
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> (<b>ICCV 2025</b>)</h2>
|
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> 
|
|
|
350 |
If you find InfiniteYou useful for your research or applications, please cite our paper:
|
351 |
|
352 |
```bibtex
|
353 |
+
@inproceedings{jiang2025infiniteyou,
|
354 |
title={{InfiniteYou}: Flexible Photo Recrafting While Preserving Your Identity},
|
355 |
author={Jiang, Liming and Yan, Qing and Jia, Yumin and Liu, Zichuan and Kang, Hao and Lu, Xin},
|
356 |
+
booktitle={ICCV},
|
|
|
357 |
year={2025}
|
358 |
}
|
359 |
```
|