wcy1122 commited on
Commit
951b578
·
1 Parent(s): 63ee928

update demo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,7 +160,7 @@ def _launch_demo(vlm_model, processor, pipe):
160
  """
161
  )
162
  gr.Markdown(
163
- "Upload two images, provide an instruction, and click 'Run'.\n",
164
  "**Hint**: For editing tasks, due to the format settings of the training data, we need to place the image to be edited in the first position.",
165
  elem_classes="text-center"
166
  )
@@ -191,7 +191,7 @@ def _launch_demo(vlm_model, processor, pipe):
191
 
192
  with gr.Column(scale=2):
193
  gr.Markdown(
194
- "✏️ **Editing Mode**: Modify an existing image using instructions and references.\n"
195
  "Tip: If the result is not what you expect, try clicking **Run** again. "
196
  )
197
  output_image = gr.Image(
 
160
  """
161
  )
162
  gr.Markdown(
163
+ "Upload two images, provide an instruction, and click 'Run'.\n\n"
164
  "**Hint**: For editing tasks, due to the format settings of the training data, we need to place the image to be edited in the first position.",
165
  elem_classes="text-center"
166
  )
 
191
 
192
  with gr.Column(scale=2):
193
  gr.Markdown(
194
+ "✏️ **Editing Mode**: Modify an existing image using instructions and references.\n\n"
195
  "Tip: If the result is not what you expect, try clicking **Run** again. "
196
  )
197
  output_image = gr.Image(