Spaces:
Runtime error
Runtime error
Update bibtex in gradio demo
Browse files
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 |
-
@
|
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={
|
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 |
```
|