Update app.py
Browse files
app.py
CHANGED
|
@@ -276,7 +276,7 @@ css="""
|
|
| 276 |
with gr.Blocks() as demo:
|
| 277 |
with gr.Column(elem_id="col-container"):
|
| 278 |
gr.Markdown("# **Qwen-Image-Edit-2511-LoRAs-Fast**", elem_id="main-title")
|
| 279 |
-
gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2511) adapters. Upload one or more images
|
| 280 |
|
| 281 |
with gr.Row(equal_height=True):
|
| 282 |
with gr.Column():
|
|
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
|
|
| 298 |
run_button = gr.Button("Edit Image", variant="primary")
|
| 299 |
|
| 300 |
with gr.Column():
|
| 301 |
-
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=
|
| 302 |
|
| 303 |
with gr.Row():
|
| 304 |
lora_adapter = gr.Dropdown(
|
|
|
|
| 276 |
with gr.Blocks() as demo:
|
| 277 |
with gr.Column(elem_id="col-container"):
|
| 278 |
gr.Markdown("# **Qwen-Image-Edit-2511-LoRAs-Fast**", elem_id="main-title")
|
| 279 |
+
gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2511) adapters. Upload one or more images.")
|
| 280 |
|
| 281 |
with gr.Row(equal_height=True):
|
| 282 |
with gr.Column():
|
|
|
|
| 298 |
run_button = gr.Button("Edit Image", variant="primary")
|
| 299 |
|
| 300 |
with gr.Column():
|
| 301 |
+
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=357)
|
| 302 |
|
| 303 |
with gr.Row():
|
| 304 |
lora_adapter = gr.Dropdown(
|