Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
| 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(
|
|
|
|
| 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(
|