Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
|
|
113 |
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
gr.Markdown(f"""# IC-Edit
|
116 |
-
A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
117 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
118 |
For more details, check out our [Github Repository](https://github.com/River-Zhang/ICEdit) and [website](https://river-zhang.github.io/ICEdit-gh-pages/). If our project resonates with you or proves useful, we'd be truly grateful if you could spare a moment to give it a star.
|
119 |
""")
|
|
|
113 |
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
gr.Markdown(f"""# IC-Edit
|
116 |
+
**Image Editing is worth a single LoRA!** A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
117 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
118 |
For more details, check out our [Github Repository](https://github.com/River-Zhang/ICEdit) and [website](https://river-zhang.github.io/ICEdit-gh-pages/). If our project resonates with you or proves useful, we'd be truly grateful if you could spare a moment to give it a star.
|
119 |
""")
|