multimodalart HF Staff commited on
Commit
88af79f
·
verified ·
1 Parent(s): 05b5342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -180,16 +180,14 @@ with gr.Blocks(css=css) as demo:
180
  illumination_dropdown = gr.Dropdown(
181
  choices=list(ILLUMINATION_OPTIONS.keys()) + ["custom"],
182
  value="sunshine from window",
183
- label="Choose Illumination Style",
184
- info="Select a lighting style",
185
  scale=2
186
  )
187
 
188
  direction_dropdown = gr.Dropdown(
189
  choices=list(DIRECTION_OPTIONS.keys()),
190
  value="auto",
191
- label="Light Direction",
192
- info="Light source",
193
  scale=1
194
  )
195
  prompt = gr.Textbox(
 
180
  illumination_dropdown = gr.Dropdown(
181
  choices=list(ILLUMINATION_OPTIONS.keys()) + ["custom"],
182
  value="sunshine from window",
183
+ label="Choose Lighting Style",
 
184
  scale=2
185
  )
186
 
187
  direction_dropdown = gr.Dropdown(
188
  choices=list(DIRECTION_OPTIONS.keys()),
189
  value="auto",
190
+ label="Light Source Direction",
 
191
  scale=1
192
  )
193
  prompt = gr.Textbox(