Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -367,7 +367,7 @@ with gr.Blocks(css=css) as demo:
|
|
367 |
prompt = gr.Text(
|
368 |
label="Edit Instruction",
|
369 |
show_label=False,
|
370 |
-
placeholder="Describe the edit instruction (e.g., '
|
371 |
container=False,
|
372 |
)
|
373 |
run_button = gr.Button("Edit!", variant="primary")
|
|
|
367 |
prompt = gr.Text(
|
368 |
label="Edit Instruction",
|
369 |
show_label=False,
|
370 |
+
placeholder="Describe the edit instruction of the composed scene (e.g., 'place the product in the woman's hand')",
|
371 |
container=False,
|
372 |
)
|
373 |
run_button = gr.Button("Edit!", variant="primary")
|