Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -275,12 +275,6 @@ def update_dimensions_on_upload(image):
|
|
| 275 |
with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
| 276 |
with gr.Column(elem_id="col-container"):
|
| 277 |
gr.Markdown("## 💡 Qwen Image Edit — Relighting Control")
|
| 278 |
-
gr.Markdown("""
|
| 279 |
-
Qwen Image Edit 2509 for Image Relighting ✨
|
| 280 |
-
Using [dx8152's Qwen-Image-Edit-2509-Relight LoRA](https://huggingface.co/dx8152/Qwen-Image-Edit-2509-Relight) and [linoyts/Qwen-Image-Edit-Rapid-AIO](https://huggingface.co/linoyts/Qwen-Image-Edit-Rapid-AIO) for 4-step inference 💨
|
| 281 |
-
"""
|
| 282 |
-
)
|
| 283 |
-
|
| 284 |
with gr.Row():
|
| 285 |
with gr.Column():
|
| 286 |
image = gr.Image(label="Input Image", type="pil")
|
|
|
|
| 275 |
with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
| 276 |
with gr.Column(elem_id="col-container"):
|
| 277 |
gr.Markdown("## 💡 Qwen Image Edit — Relighting Control")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
with gr.Row():
|
| 279 |
with gr.Column():
|
| 280 |
image = gr.Image(label="Input Image", type="pil")
|