Update app.py
Browse files
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):
|