crevelop commited on
Commit
fe0db67
1 Parent(s): 5425505

indent fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def image_to_3d(
114
  texture_size=min(texture_size, 1024), # Limit texture size
115
  verbose=False,
116
  fill_holes=False, # Disable hole filling to save memory
117
- debug=False
118
  )
119
  glb.export(glb_path)
120
  torch.cuda.empty_cache() # Clear GPU memory after conversion
 
114
  texture_size=min(texture_size, 1024), # Limit texture size
115
  verbose=False,
116
  fill_holes=False, # Disable hole filling to save memory
117
+ debug=False
118
  )
119
  glb.export(glb_path)
120
  torch.cuda.empty_cache() # Clear GPU memory after conversion