Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
f78f9ee
1
Parent(s):
9d0feb9
update
Browse files
app.py
CHANGED
|
@@ -153,8 +153,8 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
|
|
| 153 |
label="Randomize Seed", value=False
|
| 154 |
)
|
| 155 |
project_delight = gr.Checkbox(
|
| 156 |
-
label="
|
| 157 |
-
value=
|
| 158 |
)
|
| 159 |
gr.Markdown("Geo Structure Generation")
|
| 160 |
with gr.Row():
|
|
|
|
| 153 |
label="Randomize Seed", value=False
|
| 154 |
)
|
| 155 |
project_delight = gr.Checkbox(
|
| 156 |
+
label="Back-project Delight",
|
| 157 |
+
value=True,
|
| 158 |
)
|
| 159 |
gr.Markdown("Geo Structure Generation")
|
| 160 |
with gr.Row():
|