Spaces:
Running
on
Zero
Running
on
Zero
lzyhha
commited on
Commit
·
1de876f
1
Parent(s):
444c26f
update paper link
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ If our work is useful for your research, please consider citing:
|
|
53 |
@article{li2025visualcloze,
|
54 |
title={VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning},
|
55 |
author={Li, Zhong-Yu and Du, ruoyi and Yan, Juncheng and Zhuo, Le and Li, Zhen and Gao, Peng and Ma, Zhanyu and Cheng, Ming-Ming},
|
56 |
-
journal={arXiv preprint
|
57 |
year={2025}
|
58 |
}
|
59 |
```
|
@@ -76,16 +76,19 @@ def create_demo(model):
|
|
76 |
|
77 |
gr.HTML("""
|
78 |
<div style="display:flex;column-gap:4px;">
|
79 |
-
<a href="
|
80 |
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
81 |
</a>
|
82 |
-
<a href="
|
|
|
|
|
|
|
83 |
<img src='https://img.shields.io/badge/ArXiv-Paper-red'>
|
84 |
</a>
|
85 |
-
<a href="
|
86 |
<img src='https://img.shields.io/badge/VisualCloze%20checkpoint-HF%20Model-green?logoColor=violet&label=%F0%9F%A4%97%20Checkpoint'>
|
87 |
</a>
|
88 |
-
<a href="
|
89 |
<img src='https://img.shields.io/badge/VisualCloze%20datasets-HF%20Dataset-6B88E3?logoColor=violet&label=%F0%9F%A4%97%20Graph200k%20Dataset'>
|
90 |
</a>
|
91 |
</div>
|
|
|
53 |
@article{li2025visualcloze,
|
54 |
title={VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning},
|
55 |
author={Li, Zhong-Yu and Du, ruoyi and Yan, Juncheng and Zhuo, Le and Li, Zhen and Gao, Peng and Ma, Zhanyu and Cheng, Ming-Ming},
|
56 |
+
journal={arXiv preprint arXiv:2504.07960},
|
57 |
year={2025}
|
58 |
}
|
59 |
```
|
|
|
76 |
|
77 |
gr.HTML("""
|
78 |
<div style="display:flex;column-gap:4px;">
|
79 |
+
<a href="https://github.com/lzyhha/VisualCloze">
|
80 |
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
81 |
</a>
|
82 |
+
<a href="https://visualcloze.github.io/">
|
83 |
+
<img src='https://img.shields.io/badge/Project-Website-green'>
|
84 |
+
</a>
|
85 |
+
<a href="https://arxiv.org/abs/2504.07960">
|
86 |
<img src='https://img.shields.io/badge/ArXiv-Paper-red'>
|
87 |
</a>
|
88 |
+
<a href="https://huggingface.co/VisualCloze/VisualCloze">
|
89 |
<img src='https://img.shields.io/badge/VisualCloze%20checkpoint-HF%20Model-green?logoColor=violet&label=%F0%9F%A4%97%20Checkpoint'>
|
90 |
</a>
|
91 |
+
<a href="https://huggingface.co/datasets/VisualCloze/Graph200K">
|
92 |
<img src='https://img.shields.io/badge/VisualCloze%20datasets-HF%20Dataset-6B88E3?logoColor=violet&label=%F0%9F%A4%97%20Graph200k%20Dataset'>
|
93 |
</a>
|
94 |
</div>
|