ddlowkey commited on
Commit
5c11c18
·
verified ·
1 Parent(s): bc56801

Update app.py

Browse files

simplfy set to (0.8, 2.0)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
289
  generate_btn = gr.Button("生成模型")
290
 
291
  with gr.Accordion(label="GLB生成设置", open=False):
292
- mesh_simplify = gr.Slider(0.9, 0.98, label="Simplify", value=0.95, step=0.01)
293
  texture_size = gr.Slider(512, 4096, label="Texture Size", value=2048, step=512)
294
 
295
  with gr.Row():
 
289
  generate_btn = gr.Button("生成模型")
290
 
291
  with gr.Accordion(label="GLB生成设置", open=False):
292
+ mesh_simplify = gr.Slider(0.8, 2.0, label="Simplify", value=0.95, step=0.01)
293
  texture_size = gr.Slider(512, 4096, label="Texture Size", value=2048, step=512)
294
 
295
  with gr.Row():