Spaces:
Running
on
Zero
Running
on
Zero
update demo
Browse files
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",
|