niulx commited on
Commit
a89d5a0
·
verified ·
1 Parent(s): 9814d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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](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")
 
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")