Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
265 |
show_label=False,
|
266 |
lines=1,
|
267 |
max_lines=1,
|
268 |
-
placeholder="
|
269 |
elem_id="prompt"
|
270 |
)
|
271 |
run_button = gr.Button("Generate", elem_id="run_button")
|
|
|
265 |
show_label=False,
|
266 |
lines=1,
|
267 |
max_lines=1,
|
268 |
+
placeholder="optional description, e.g. 'a man with glasses and a beard'",
|
269 |
elem_id="prompt"
|
270 |
)
|
271 |
run_button = gr.Button("Generate", elem_id="run_button")
|