Spaces:
Runtime error
Runtime error
update demo
Browse files
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(
|