Spaces:
Running
on
Zero
Running
on
Zero
update instr
Browse files
app.py
CHANGED
@@ -392,9 +392,10 @@ class ChatBotUI(object):
|
|
392 |
|
393 |
1. Click 'Upload' button to upload one or more images as input images.
|
394 |
2. Enter '@' in the text box will exhibit all images in the gallery.
|
395 |
-
3.
|
396 |
-
4. Compose the editing instruction for the selected image, incorporating image id '@xxxxxx' into your instruction
|
397 |
-
|
|
|
398 |
|
399 |
"""
|
400 |
gr.Markdown(value=inst)
|
|
|
392 |
|
393 |
1. Click 'Upload' button to upload one or more images as input images.
|
394 |
2. Enter '@' in the text box will exhibit all images in the gallery.
|
395 |
+
3. Select the image you wish to edit from the gallery, and its Image ID will be displayed in the text box.
|
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)
|