Update app.py
Browse filesadd paper link
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as demo:
|
|
194 |
gr.Examples(examples=example_inps, inputs=[canvas],
|
195 |
label='examples', cache_examples='lazy', outputs=[],
|
196 |
fn=change_image)
|
197 |
-
gr.Markdown("""<p style="text-align: left; font-size: 16px">Each image requires a single segmentation and optimization operation.<br>Afterwards, you can modify the mask ID and prompt for image editing. <br>The link of D-edit paper: https://arxiv.org/abs/2403.04880v2</p>""")
|
198 |
|
199 |
with gr.Column():
|
200 |
result_info0 = gr.Text(label="Response")
|
|
|
194 |
gr.Examples(examples=example_inps, inputs=[canvas],
|
195 |
label='examples', cache_examples='lazy', outputs=[],
|
196 |
fn=change_image)
|
197 |
+
gr.Markdown("""<p style="text-align: left; font-size: 16px">Each image requires a single segmentation and optimization operation.<br>Afterwards, you can modify the mask ID and prompt for image editing. <br>The link of D-edit paper: [https://arxiv.org/abs/2403.04880v2](https://arxiv.org/abs/2403.04880v2), [https://huggingface.co/papers/2403.04880](https://huggingface.co/papers/2403.04880)</p>""")
|
198 |
|
199 |
with gr.Column():
|
200 |
result_info0 = gr.Text(label="Response")
|