update readme
Browse files
app.py
CHANGED
@@ -620,14 +620,21 @@ description = """
|
|
620 |
"""
|
621 |
|
622 |
article = """
|
623 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
624 |
"""
|
625 |
|
626 |
def main(args):
|
627 |
# Gradio
|
628 |
with gr.Blocks() as demo:
|
629 |
gr.Markdown(
|
630 |
-
"# OmniGen2:
|
631 |
)
|
632 |
gr.Markdown(description)
|
633 |
with gr.Row():
|
|
|
620 |
"""
|
621 |
|
622 |
article = """
|
623 |
+
```bibtex
|
624 |
+
@article{wu2025omnigen2,
|
625 |
+
title={OmniGen2: Exploration to Advanced Multimodal Generation},
|
626 |
+
author={Chenyuan Wu and Pengfei Zheng and Ruiran Yan and Shitao Xiao and Xin Luo and Yueze Wang and Wanli Li and Xiyan Jiang and Yexin Liu and Junjie Zhou and Ze Liu and Ziyi Xia and Chaofan Li and Haoge Deng and Jiahao Wang and Kun Luo and Bo Zhang and Defu Lian and Xinlong Wang and Zhongyuan Wang and Tiejun Huang and Zheng Liu},
|
627 |
+
journal={arXiv preprint arXiv:2506.18871},
|
628 |
+
year={2025}
|
629 |
+
}
|
630 |
+
```
|
631 |
"""
|
632 |
|
633 |
def main(args):
|
634 |
# Gradio
|
635 |
with gr.Blocks() as demo:
|
636 |
gr.Markdown(
|
637 |
+
"# OmniGen2: Exploration to Advanced Multimodal Generation [paper](https://arxiv.org/abs/2506.18871) [code](https://github.com/VectorSpaceLab/OmniGen2)"
|
638 |
)
|
639 |
gr.Markdown(description)
|
640 |
with gr.Row():
|