Spaces:
zino36
/
Runtime error

yocabon commited on
Commit
314f8f9
·
verified ·
1 Parent(s): af6d207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ class FileState:
50
  self.outfile_name = None
51
 
52
 
53
- @spaces.GPU()
54
  def local_get_reconstructed_scene(filelist, min_conf_thr, matching_conf_thr,
55
  as_pointcloud, cam_size,
56
  shared_intrinsics, **kw):
 
50
  self.outfile_name = None
51
 
52
 
53
+ @spaces.GPU(duration=180)
54
  def local_get_reconstructed_scene(filelist, min_conf_thr, matching_conf_thr,
55
  as_pointcloud, cam_size,
56
  shared_intrinsics, **kw):