wcy1122 commited on
Commit
a541cba
·
1 Parent(s): 334dc18

update demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def _launch_demo(vlm_model, processor, pipe):
189
  run_button = gr.Button("Run", variant="primary")
190
 
191
  with gr.Column(scale=2):
192
- gr.Markdown("🖼️ **Generation Mode**: Create new scenes from reference images.\n"
193
  "Tip: If the result is not what you expect, try clicking **Run** again. ")
194
  output_image = gr.Image(
195
  label="Result",
 
189
  run_button = gr.Button("Run", variant="primary")
190
 
191
  with gr.Column(scale=2):
192
+ gr.Markdown("🖼️ **Generation Mode**: Create new scenes from reference images.\n\n"
193
  "Tip: If the result is not what you expect, try clicking **Run** again. ")
194
  output_image = gr.Image(
195
  label="Result",