xueyanz commited on
Commit
5dd283e
1 Parent(s): 3a3a697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ def inference(image, instruction, *args, **kwargs):
66
  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
 
71
  help_text = """
72
  This demo is leveraging X-Decoder's fine-grained understanding for instruct-based image editing. You can use it to:
 
66
  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'> This demo is mainly for object-centric image editing, for style transfer please refer to <a href='https://huggingface.co/spaces/timbrooks/instruct-pix2pix' target='_blank'>Instruct-Pix2Pix</a></p>"""
71
 
72
  help_text = """
73
  This demo is leveraging X-Decoder's fine-grained understanding for instruct-based image editing. You can use it to: