Paper99 commited on
Commit
4d3e744
1 Parent(s): 8a564e4

Update bibtex in gradio demo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,10 +169,10 @@ If PhotoMaker is helpful, please help to ⭐ the <a href='https://github.com/Ten
169
  If our work is useful for your research, please consider citing:
170
 
171
  ```bibtex
172
- @article{li2023photomaker,
173
  title={PhotoMaker: Customizing Realistic Human Photos via Stacked ID Embedding},
174
  author={Li, Zhen and Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Cheng, Ming-Ming and Shan, Ying},
175
- booktitle={arXiv preprint arxiv:2312.04461},
176
  year={2023}
177
  }
178
  ```
 
169
  If our work is useful for your research, please consider citing:
170
 
171
  ```bibtex
172
+ @inproceedings{li2023photomaker,
173
  title={PhotoMaker: Customizing Realistic Human Photos via Stacked ID Embedding},
174
  author={Li, Zhen and Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Cheng, Ming-Ming and Shan, Ying},
175
+ booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
176
  year={2023}
177
  }
178
  ```