Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def generate_images(img1, img2, img3, prompt="", n_outputs=3):
|
|
| 36 |
|
| 37 |
# Interface Gradio
|
| 38 |
with gr.Blocks(title="Qwen Image Multi-Edit By Chalenger") as demo:
|
| 39 |
-
gr.Markdown("## Multi-Image Editor for Qwen Image Edit -- Envie até 3 imagens e descreva o que quer gerar."
|
| 40 |
with gr.Row():
|
| 41 |
img1 = gr.Image(label="Image Upload 1", type="pil")
|
| 42 |
img2 = gr.Image(label="Image Upload 2", type="pil")
|
|
|
|
| 36 |
|
| 37 |
# Interface Gradio
|
| 38 |
with gr.Blocks(title="Qwen Image Multi-Edit By Chalenger") as demo:
|
| 39 |
+
gr.Markdown("## Multi-Image Editor for Qwen Image Edit -- Envie até 3 imagens e descreva o que quer gerar." "Send at max 3 images and describe what you want to do")
|
| 40 |
with gr.Row():
|
| 41 |
img1 = gr.Image(label="Image Upload 1", type="pil")
|
| 42 |
img2 = gr.Image(label="Image Upload 2", type="pil")
|