Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks(css=css) as demo:
|
|
189 |
choices=list(DIRECTION_OPTIONS.keys()),
|
190 |
value="auto",
|
191 |
label="Light Direction",
|
192 |
-
info="
|
193 |
scale=1
|
194 |
)
|
195 |
prompt = gr.Textbox(
|
|
|
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(
|