pan-yl commited on
Commit
8ac9ea0
1 Parent(s): 3bddcc3

update instr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -396,7 +396,7 @@ class ChatBotUI(object):
396
  4. Compose the editing instruction for the selected image, incorporating image id '@xxxxxx' into your instruction.
397
  For example, you might say, "Change the girl's skirt in @123456 to blue." The '@xxxxx' token will facilitate the identification of the specific image, and will be automatically replaced by a special token '{image}' in the instruction.
398
  5. Once your instructions are prepared, please click the "Chat" button to view the edited result in the chat window.
399
-
400
  """
401
  gr.Markdown(value=inst)
402
 
 
396
  4. Compose the editing instruction for the selected image, incorporating image id '@xxxxxx' into your instruction.
397
  For example, you might say, "Change the girl's skirt in @123456 to blue." The '@xxxxx' token will facilitate the identification of the specific image, and will be automatically replaced by a special token '{image}' in the instruction.
398
  5. Once your instructions are prepared, please click the "Chat" button to view the edited result in the chat window.
399
+ 6. **Important** To render text on an image, please ensure to include a space between each letter. For instance, "add text 'g i r l' on the mask area of @xxxxx".
400
  """
401
  gr.Markdown(value=inst)
402