Spaces:
Running
on
Zero
Running
on
Zero
update duration
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def get_dust3r_args_parser():
|
|
45 |
return parser
|
46 |
|
47 |
|
48 |
-
@spaces.GPU(duration=
|
49 |
def process(inputfiles, input_path=None):
|
50 |
|
51 |
if input_path is not None:
|
|
|
45 |
return parser
|
46 |
|
47 |
|
48 |
+
@spaces.GPU(duration=150)
|
49 |
def process(inputfiles, input_path=None):
|
50 |
|
51 |
if input_path is not None:
|