Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -171,10 +171,10 @@ with gr.Blocks(css=css) as demo:
|
|
171 |
)
|
172 |
|
173 |
prompt = gr.Textbox(
|
174 |
-
label="
|
175 |
show_label=True,
|
176 |
max_lines=3,
|
177 |
-
placeholder="
|
178 |
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.",
|
179 |
container=True
|
180 |
)
|
|
|
171 |
)
|
172 |
|
173 |
prompt = gr.Textbox(
|
174 |
+
label="Prompt",
|
175 |
show_label=True,
|
176 |
max_lines=3,
|
177 |
+
placeholder="select an illumination style above or enter your custom description...",
|
178 |
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.",
|
179 |
container=True
|
180 |
)
|