jw2yang commited on
Commit
3af4c9e
1 Parent(s): 19504ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,13 +67,13 @@ launch app
67
  '''
68
  title = "Instructional Image Editing"
69
  description = """<p style='text-align: center'> <a href='https://x-decoder-vl.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2212.11270.pdf' target='_blank'>Paper</a> | <a href='https://github.com/microsoft/X-Decoder' target='_blank'>Github Repo</a> | <a href='https://youtu.be/wYp6vmyolqE' target='_blank'>Video</a></p>
70
- <p style='text-align: center; color: red;'> NOTE: This demo is mainly for object-centric instructional image editing! For style transfer please refer to the hero demo <a href='https://huggingface.co/spaces/timbrooks/instruct-pix2pix' target='_blank'>Instruct-Pix2Pix</a>!</p>
71
  """
72
 
73
  help_text = """
74
- This demo is leveraging X-Decoder's fine-grained understanding for instruct-based image editing. You can use it to:
75
  1. Remove object, e.g., remove the dog in the image
76
- 2. Change object, e.g., change the sky with a mountain
77
  """
78
 
79
  gr.Markdown(help_text)
 
67
  '''
68
  title = "Instructional Image Editing"
69
  description = """<p style='text-align: center'> <a href='https://x-decoder-vl.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2212.11270.pdf' target='_blank'>Paper</a> | <a href='https://github.com/microsoft/X-Decoder' target='_blank'>Github Repo</a> | <a href='https://youtu.be/wYp6vmyolqE' target='_blank'>Video</a></p>
70
+ <p style='text-align: center; color: red;'> NOTE: This demo is mainly for object-centric instructional image editing! For style transfer please refer to the hero demo <a href='https://huggingface.co/spaces/timbrooks/instruct-pix2pix' target='_blank'>Instruct-Pix2Pix</a></p>
71
  """
72
 
73
  help_text = """
74
+ This demo is leveraging X-Decoder's fine-grained understanding for instruction-based image editing. You can use it to:
75
  1. Remove object, e.g., remove the dog in the image
76
+ 2. Replace object, e.g., change the sky with a mountain
77
  """
78
 
79
  gr.Markdown(help_text)