Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css=css) as demo:
|
|
71 |
max_lines=1,
|
72 |
placeholder="Enter your prompt",
|
73 |
container=False,
|
74 |
-
|
75 |
)
|
76 |
run_button = gr.Button("Run", scale=0)
|
77 |
|
|
|
71 |
max_lines=1,
|
72 |
placeholder="Enter your prompt",
|
73 |
container=False,
|
74 |
+
label='For image variation, leave empty or try a prompt like: "high quality".'
|
75 |
)
|
76 |
run_button = gr.Button("Run", scale=0)
|
77 |
|