Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -172,10 +172,10 @@ with gr.Blocks(css=css) as demo:
|
|
172 |
)
|
173 |
prompt = gr.Textbox(
|
174 |
label="Prompt",
|
175 |
-
info="Prompt is
|
176 |
show_label=True,
|
177 |
max_lines=3,
|
178 |
-
placeholder="select an illumination style above or
|
179 |
value="Add directional sunlight from window source. Increase brightness on lit areas. Create hard shadows with sharp edges. Set warm white color temperature. Add visible light rays and dust particles in beams.",
|
180 |
container=True
|
181 |
)
|
|
|
172 |
)
|
173 |
prompt = gr.Textbox(
|
174 |
label="Prompt",
|
175 |
+
info="Prompt is generated by the selected illumination style, but you can override it by writing your own",
|
176 |
show_label=True,
|
177 |
max_lines=3,
|
178 |
+
placeholder="select an illumination style above or type your custom description...",
|
179 |
value="Add directional sunlight from window source. Increase brightness on lit areas. Create hard shadows with sharp edges. Set warm white color temperature. Add visible light rays and dust particles in beams.",
|
180 |
container=True
|
181 |
)
|