hujiecpp commited on
Commit
bc287d4
·
1 Parent(s): 4fea465

init project

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def _convert_scene_output_to_glb(outdir, imgs, pts3d, mask, focals, cams2world,
80
  scene.export(file_obj=outfile)
81
  return outfile
82
 
83
- @spaces.GPU(duration=180)
84
  def get_3D_model_from_scene(outdir, silent, scene, min_conf_thr=3, as_pointcloud=False, mask_sky=False,
85
  clean_depth=False, transparent_cams=False, cam_size=0.05):
86
  """
 
80
  scene.export(file_obj=outfile)
81
  return outfile
82
 
83
+ # @spaces.GPU(duration=180)
84
  def get_3D_model_from_scene(outdir, silent, scene, min_conf_thr=3, as_pointcloud=False, mask_sky=False,
85
  clean_depth=False, transparent_cams=False, cam_size=0.05):
86
  """