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