linoyts HF Staff commited on
Commit
6354591
·
verified ·
1 Parent(s): 485cf94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- "Generate images with the [InstantX/Qwen-Image-ControlNet-Inpainting](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Inpainting)"
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="Enter your prompt",
 
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(