Huiwenshi commited on
Commit
375b68e
·
verified ·
1 Parent(s): 45689e0

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +1 -1
app_hg.py CHANGED
@@ -318,7 +318,7 @@ def update_mode(mode):
318
  }[mode]
319
  face_change = {
320
  'Vertex color': gr.update(value=120000, maximum=300000),
321
- 'Moderate': gr.update(value=60000, maximum=300000),
322
  'Baking': gr.update(value=10000, maximum=60000)
323
  }[mode]
324
  render_change = {
 
318
  }[mode]
319
  face_change = {
320
  'Vertex color': gr.update(value=120000, maximum=300000),
321
+ 'Face color': gr.update(value=60000, maximum=300000),
322
  'Baking': gr.update(value=10000, maximum=60000)
323
  }[mode]
324
  render_change = {