Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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())
|
| 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
|