Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesadd website link
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css=css) as demo:
|
|
114 |
gr.Markdown(f"""# IC-Edit
|
115 |
A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
116 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
117 |
-
For more details, check out our [Github Repository](https://github.com/River-Zhang/ICEdit). 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.
|
118 |
""")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
|
|
114 |
gr.Markdown(f"""# IC-Edit
|
115 |
A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
|
116 |
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
|
117 |
+
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.
|
118 |
""")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|