Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ title = r"""
|
|
65 |
description = r"""
|
66 |
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/kongzhecn/OMG/' target='_blank'><b>OMG: Occlusion-friendly Personalized Multi-concept Generation In Diffusion Models</b></a>.<be><br>
|
67 |
<br>
|
68 |
-
<a href='https://kongzhecn.github.io/omg-project/' target='_blank'><b>[Project]</b></a
|
69 |
<br>
|
70 |
❗️<b>Related demos<b>:<a href='https://huggingface.co/spaces/Fucius/OMG-InstantID/' target='_blank'><b> OMG + InstantID</b></a>❗️<br>
|
71 |
<br>
|
@@ -82,11 +82,11 @@ article = r"""
|
|
82 |
<br>
|
83 |
If our work is helpful for your research or applications, please cite us via:
|
84 |
```bibtex
|
85 |
-
@article{,
|
86 |
-
title={OMG: Occlusion-friendly Personalized Multi-concept Generation
|
87 |
-
author={},
|
88 |
-
journal={},
|
89 |
-
year={}
|
90 |
}
|
91 |
```
|
92 |
"""
|
|
|
65 |
description = r"""
|
66 |
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/kongzhecn/OMG/' target='_blank'><b>OMG: Occlusion-friendly Personalized Multi-concept Generation In Diffusion Models</b></a>.<be><br>
|
67 |
<br>
|
68 |
+
<a href='https://kongzhecn.github.io/omg-project/' target='_blank'><b>[Project]</b></a> <a href='https://github.com/kongzhecn/OMG/' target='_blank'><b>[Code]</b></a> <a href='https://arxiv.org/abs/2403.10983/' target='_blank'><b>[Arxiv]</b></a> <br>
|
69 |
<br>
|
70 |
❗️<b>Related demos<b>:<a href='https://huggingface.co/spaces/Fucius/OMG-InstantID/' target='_blank'><b> OMG + InstantID</b></a>❗️<br>
|
71 |
<br>
|
|
|
82 |
<br>
|
83 |
If our work is helpful for your research or applications, please cite us via:
|
84 |
```bibtex
|
85 |
+
@article{kong2024omg,
|
86 |
+
title={OMG: Occlusion-friendly Personalized Multi-concept Generation in Diffusion Models},
|
87 |
+
author={Kong, Zhe and Zhang, Yong and Yang, Tianyu and Wang, Tao and Zhang, Kaihao and Wu, Bizhu and Chen, Guanying and Liu, Wei and Luo, Wenhan},
|
88 |
+
journal={arXiv preprint arXiv:2403.10983},
|
89 |
+
year={2024}
|
90 |
}
|
91 |
```
|
92 |
"""
|