Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -67,11 +67,11 @@ with gr.Blocks(css=css) as demo:
|
|
67 |
with gr.Row():
|
68 |
prompt = gr.Text(
|
69 |
label="Prompt",
|
70 |
-
show_label=
|
71 |
-
|
72 |
placeholder="Enter your prompt",
|
73 |
-
container=
|
74 |
-
|
75 |
)
|
76 |
run_button = gr.Button("Run", scale=0)
|
77 |
|
|
|
67 |
with gr.Row():
|
68 |
prompt = gr.Text(
|
69 |
label="Prompt",
|
70 |
+
show_label=True,
|
71 |
+
lines=2,
|
72 |
placeholder="Enter your prompt",
|
73 |
+
container=True,
|
74 |
+
info='For image variation, leave empty or try a prompt like: "high quality".'
|
75 |
)
|
76 |
run_button = gr.Button("Run", scale=0)
|
77 |
|