multimodalart HF Staff commited on
Commit
441d46a
·
verified ·
1 Parent(s): 7165eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 auto-generated by the selected illumination style, customize/override it by selecting 'custom'",
176
  show_label=True,
177
  max_lines=3,
178
- placeholder="select an illumination style above or enter 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
  )
 
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
  )