Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ css = """
|
|
| 142 |
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
| 143 |
gr.HTML("<h1 style='text-align: center'>Qwen-Image with InstantX Inpainting ControlNet</style>")
|
| 144 |
gr.Markdown(
|
| 145 |
-
"
|
| 146 |
)
|
| 147 |
with gr.Row():
|
| 148 |
with gr.Column():
|
|
@@ -159,7 +159,8 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
| 159 |
label="Prompt",
|
| 160 |
show_label=False,
|
| 161 |
max_lines=1,
|
| 162 |
-
placeholder="
|
|
|
|
| 163 |
container=False,
|
| 164 |
)
|
| 165 |
negative_prompt = gr.Text(
|
|
|
|
| 142 |
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
| 143 |
gr.HTML("<h1 style='text-align: center'>Qwen-Image with InstantX Inpainting ControlNet</style>")
|
| 144 |
gr.Markdown(
|
| 145 |
+
"Inpaint images with [InstantX/Qwen-Image-ControlNet-Inpainting](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Inpainting)"
|
| 146 |
)
|
| 147 |
with gr.Row():
|
| 148 |
with gr.Column():
|
|
|
|
| 159 |
label="Prompt",
|
| 160 |
show_label=False,
|
| 161 |
max_lines=1,
|
| 162 |
+
placeholder="describe the desired output for the masked area",
|
| 163 |
+
info = "TIP: detail both the masked area and the background"
|
| 164 |
container=False,
|
| 165 |
)
|
| 166 |
negative_prompt = gr.Text(
|