Spaces:
Build error
Build error
xinjie.wang
commited on
Commit
·
90e6735
1
Parent(s):
5282e61
update
Browse files
app.py
CHANGED
|
@@ -215,7 +215,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
|
|
| 215 |
)
|
| 216 |
with gr.Row():
|
| 217 |
project_delight = gr.Checkbox(
|
| 218 |
-
label="delight", value=True
|
| 219 |
)
|
| 220 |
fix_mesh = gr.Checkbox(
|
| 221 |
label="simplify mesh", value=False
|
|
|
|
| 215 |
)
|
| 216 |
with gr.Row():
|
| 217 |
project_delight = gr.Checkbox(
|
| 218 |
+
label="Back-project delight", value=True
|
| 219 |
)
|
| 220 |
fix_mesh = gr.Checkbox(
|
| 221 |
label="simplify mesh", value=False
|