EndlessSora commited on
Commit
5d7f5ed
·
verified ·
1 Parent(s): 5a07f76

paper accepted to ICCV 2025 🎉

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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></h2>
232
  <a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a>&ensp;
233
  <a href="https://arxiv.org/abs/2503.16418">[Paper]</a>&ensp;
234
  <a href="https://github.com/bytedance/InfiniteYou">[Code]</a>&ensp;
@@ -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
- @article{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
- journal={arXiv preprint},
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>&ensp;
233
  <a href="https://arxiv.org/abs/2503.16418">[Paper]</a>&ensp;
234
  <a href="https://github.com/bytedance/InfiniteYou">[Code]</a>&ensp;
 
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
  ```