84m
Browse files
app.py
CHANGED
|
@@ -315,7 +315,7 @@ def gradio_main():
|
|
| 315 |
with gr.Blocks(title="Qwen-Image-Edit CPU") as demo:
|
| 316 |
with gr.Row(equal_height=False):
|
| 317 |
with gr.Column(variant="panel", scale=1, min_width=280):
|
| 318 |
-
prompt = gr.Textbox(label="Prompt / Qwen-Image-Edit Lightning (~
|
| 319 |
with gr.Accordion("Negative prompt", open=False):
|
| 320 |
negative_prompt = gr.Textbox(value=DEFAULT_NEG, lines=1, show_label=False)
|
| 321 |
init_image = gr.Image(label="Input Image", type="filepath", visible=True, height=160)
|
|
|
|
| 315 |
with gr.Blocks(title="Qwen-Image-Edit CPU") as demo:
|
| 316 |
with gr.Row(equal_height=False):
|
| 317 |
with gr.Column(variant="panel", scale=1, min_width=280):
|
| 318 |
+
prompt = gr.Textbox(label="Prompt / Qwen-Image-Edit Lightning (~84m/512x512)", lines=2, placeholder="e.g. transform into anime style")
|
| 319 |
with gr.Accordion("Negative prompt", open=False):
|
| 320 |
negative_prompt = gr.Textbox(value=DEFAULT_NEG, lines=1, show_label=False)
|
| 321 |
init_image = gr.Image(label="Input Image", type="filepath", visible=True, height=160)
|