ThomasSimonini HF staff commited on
Commit
d233992
1 Parent(s): 1e884f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def do_inference(input_3d, sample_seed=0, do_sampling=False, do_marching_cubes=F
171
  artist_mesh.remove_unreferenced_vertices()
172
  artist_mesh.fix_normals()
173
 
174
- if do_smooth_shading:
175
  smooth_shade(artist_mesh)
176
 
177
  if artist_mesh.visual.vertex_colors is not None:
 
171
  artist_mesh.remove_unreferenced_vertices()
172
  artist_mesh.fix_normals()
173
 
174
+ if do_smooth_shading:
175
  smooth_shade(artist_mesh)
176
 
177
  if artist_mesh.visual.vertex_colors is not None: