ResearcherXman commited on
Commit
52ae519
1 Parent(s): 3c49f9a
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -60,13 +60,11 @@ article = r"""
60
  <br>
61
  If our work is helpful for your research or applications, please cite us via:
62
  ```bibtex
63
- @misc{wang2024instantid,
64
- title={InstantID: Zero-shot Identity-Preserving Generation in Seconds},
65
- author={Qixun Wang and Xu Bai and Haofan Wang and Zekui Qin and Anthony Chen},
66
- year={2024},
67
- eprint={2401.07519},
68
- archivePrefix={arXiv},
69
- primaryClass={cs.CV}
70
  }
71
  ```
72
 
 
60
  <br>
61
  If our work is helpful for your research or applications, please cite us via:
62
  ```bibtex
63
+ @article{wang2024instantid,
64
+ title={InstantID: Zero-shot Identity-Preserving Generation in Seconds},
65
+ author={Wang, Qixun and Bai, Xu and Wang, Haofan and Qin, Zekui and Chen, Anthony},
66
+ journal={arXiv preprint arXiv:2401.07519},
67
+ year={2024}
 
 
68
  }
69
  ```
70