linoyts HF Staff commited on
Commit
c334cbd
·
verified ·
1 Parent(s): 68369eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,7 +325,7 @@ with gr.Blocks(css=css) as demo:
325
  with gr.Row():
326
 
327
  illumination_dropdown = gr.Dropdown(
328
- choices=list(ILLUMINATION_OPTIONS.keys()) + ["custom"],
329
  value="sunshine from window",
330
  label="Choose Lighting Style",
331
  scale=2
 
325
  with gr.Row():
326
 
327
  illumination_dropdown = gr.Dropdown(
328
+ choices=["custom"] + list(ILLUMINATION_OPTIONS.keys()),
329
  value="sunshine from window",
330
  label="Choose Lighting Style",
331
  scale=2