Update app.py
Browse files
app.py
CHANGED
@@ -223,29 +223,9 @@ title = r"""
|
|
223 |
|
224 |
description = r"""
|
225 |
<b>Official 🤗 Gradio demo</b> for <a href='https://instantcharacter.github.io/' target='_blank'><b>InstantCharacter : Personalize Any Characters with a Scalable Diffusion Transformer Framework</b></a>.<br>
|
226 |
-
How to use:<br>
|
227 |
-
1. Upload a character image, removing background would be preferred.
|
228 |
-
2. Enter a text prompt to describe what you hope the chracter does.
|
229 |
-
3. Click the <b>Submit</b> button to begin customization.
|
230 |
-
4. Share your custimized photo with your friends and enjoy! 😊
|
231 |
"""
|
232 |
|
233 |
article = r"""
|
234 |
-
---
|
235 |
-
📝 **Citation**
|
236 |
-
<br>
|
237 |
-
If our work is helpful for your research or applications, please cite us via:
|
238 |
-
```bibtex
|
239 |
-
@article{tao2025instantcharacter,
|
240 |
-
title={InstantCharacter: Personalize Any Characters with a Scalable Diffusion Transformer Framework},
|
241 |
-
author={Tao, Jiale and Zhang, Yanbing and Wang, Qixun and Cheng, Yiji and Wang, Haofan and Bai, Xu and Zhou, Zhengguang and Li, Ruihuang and Wang, Linqing and Wang, Chunyu and others},
|
242 |
-
journal={arXiv preprint arXiv:2504.12395},
|
243 |
-
year={2025}
|
244 |
-
}
|
245 |
-
```
|
246 |
-
📧 **Contact**
|
247 |
-
<br>
|
248 |
-
If you have any questions, please feel free to open an issue.
|
249 |
"""
|
250 |
|
251 |
block = gr.Blocks(css="footer {visibility: hidden}").queue(max_size=10, api_open=False)
|
|
|
223 |
|
224 |
description = r"""
|
225 |
<b>Official 🤗 Gradio demo</b> for <a href='https://instantcharacter.github.io/' target='_blank'><b>InstantCharacter : Personalize Any Characters with a Scalable Diffusion Transformer Framework</b></a>.<br>
|
|
|
|
|
|
|
|
|
|
|
226 |
"""
|
227 |
|
228 |
article = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
"""
|
230 |
|
231 |
block = gr.Blocks(css="footer {visibility: hidden}").queue(max_size=10, api_open=False)
|