linoyts HF Staff commited on
Commit
4635dee
·
verified ·
1 Parent(s): f52bd0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -171,10 +171,10 @@ with gr.Blocks(css=css) as demo:
171
  )
172
 
173
  prompt = gr.Textbox(
174
- label="Lighting Description",
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
  )
 
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
  )