Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,20 +31,6 @@ NOTE = r"""
|
|
31 |
def create_demo(model):
|
32 |
with gr.Blocks(title="VisualCloze Demo") as demo:
|
33 |
gr.Markdown("# VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning")
|
34 |
-
|
35 |
-
gr.Markdown("""
|
36 |
-
<div align="center">
|
37 |
-
|
38 |
-
[[Paper](https://arxiv.org/abs/2504.07960)]   [[Project Page](https://visualcloze.github.io/)]   [[Github](https://github.com/lzyhha/VisualCloze)]   [[🤗 Dataset Card](https://huggingface.co/datasets/VisualCloze/Graph200K)]
|
39 |
-
|
40 |
-
</div>
|
41 |
-
|
42 |
-
<div align="center">
|
43 |
-
|
44 |
-
[[🤗 Model Card (<strong><span style="color:hotpink">Diffusers</span></strong>)](https://huggingface.co/VisualCloze/VisualClozePipeline-384)]   [[🤗 Model Card (<strong><span style="color:hotpink">LoRA</span></strong>)](https://huggingface.co/VisualCloze/VisualCloze/)]
|
45 |
-
|
46 |
-
</div>
|
47 |
-
""")
|
48 |
|
49 |
gr.Markdown(GUIDANCE)
|
50 |
|
|
|
31 |
def create_demo(model):
|
32 |
with gr.Blocks(title="VisualCloze Demo") as demo:
|
33 |
gr.Markdown("# VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
gr.Markdown(GUIDANCE)
|
36 |
|