Spaces:
ifire
/
Runtime error

ifire commited on
Commit
4686629
Β·
1 Parent(s): b7b00e2

Update mesh simplification slider range to allow full adjustment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
293
  generate_btn = gr.Button("Generate")
294
 
295
  with gr.Accordion(label="GLB Extraction Settings", open=False):
296
- mesh_simplify = gr.Slider(0.9, 0.98, label="Simplify", value=0.95, step=0.01)
297
  texture_size = gr.Slider(512, 2048, label="Texture Size", value=1024, step=512)
298
 
299
  with gr.Row():
 
293
  generate_btn = gr.Button("Generate")
294
 
295
  with gr.Accordion(label="GLB Extraction Settings", open=False):
296
+ mesh_simplify = gr.Slider(0.0, 0.98, label="Simplify", value=0.0, step=0.01)
297
  texture_size = gr.Slider(512, 2048, label="Texture Size", value=1024, step=512)
298
 
299
  with gr.Row():