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 |
-
## ⚠️ If you meet failure case, **try another seed** !
|
| 117 |
**Image Editing is worth a single LoRA!** A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
| 118 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
| 119 |
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.
|
|
|
|
| 113 |
|
| 114 |
with gr.Column(elem_id="col-container"):
|
| 115 |
gr.Markdown(f"""# IC-Edit
|
| 116 |
+
## ⚠️ If you meet a failure case, **try another seed** !
|
| 117 |
**Image Editing is worth a single LoRA!** A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
| 118 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
| 119 |
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.
|