Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ with gr.Blocks(css=CSS, title="StitchTool") as demo:
|
|
| 302 |
)
|
| 303 |
|
| 304 |
negative = gr.Textbox(
|
| 305 |
-
placeholder="Optional: things to avoid (e.g., '
|
| 306 |
lines=2,
|
| 307 |
label="Negative prompt",
|
| 308 |
elem_classes=["rounded"]
|
|
|
|
| 302 |
)
|
| 303 |
|
| 304 |
negative = gr.Textbox(
|
| 305 |
+
placeholder="Optional: things to avoid (e.g., 'bad quality, extra fingers, etc.')",
|
| 306 |
lines=2,
|
| 307 |
label="Negative prompt",
|
| 308 |
elem_classes=["rounded"]
|