Update app.py
Browse files
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("
|
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(f"Each image requires a single segmentation and optimization operation.\n Afterwards, you can modify the mask ID and prompt for image editing. \n 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)")
|
198 |
|
199 |
with gr.Column():
|
200 |
result_info0 = gr.Text(label="Response")
|