Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ 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
|
|
|
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:
|
|
|
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:
|