Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css=css) as demo:
|
|
119 |
negative_prompt = gr.Textbox(
|
120 |
label="Negative prompt",
|
121 |
max_lines=1,
|
122 |
-
placeholder="
|
123 |
visible=False,
|
124 |
)
|
125 |
|
|
|
119 |
negative_prompt = gr.Textbox(
|
120 |
label="Negative prompt",
|
121 |
max_lines=1,
|
122 |
+
placeholder="show only dress not any person wearing it",
|
123 |
visible=False,
|
124 |
)
|
125 |
|