multimodalart HF Staff commited on
Commit
87c8ea9
·
verified ·
1 Parent(s): 4783889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(css=css) as demo:
181
  choices=list(ILLUMINATION_OPTIONS.keys()) + ["custom"],
182
  value="sunshine from window",
183
  label="Choose Illumination Style",
184
- info="Select a predefined lighting style or choose 'custom' to make your own",
185
  scale=2
186
  )
187
 
 
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