Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -158,8 +158,9 @@ with gr.Blocks(css=css) as demo:
|
|
158 |
prompt = gr.Text(
|
159 |
label="Prompt",
|
160 |
show_label=False,
|
|
|
161 |
max_lines=1,
|
162 |
-
placeholder="
|
163 |
container=False,
|
164 |
)
|
165 |
run_button = gr.Button("Run", scale=0)
|
|
|
158 |
prompt = gr.Text(
|
159 |
label="Prompt",
|
160 |
show_label=False,
|
161 |
+
info = "describe the desired output composition",
|
162 |
max_lines=1,
|
163 |
+
placeholder="e.g. the dog from the left image sits on the bench from the right image",
|
164 |
container=False,
|
165 |
)
|
166 |
run_button = gr.Button("Run", scale=0)
|