Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def get_dust3r_args_parser():
|
|
| 55 |
return parser
|
| 56 |
|
| 57 |
|
| 58 |
-
|
| 59 |
def run_dust3r(inputfiles, input_path=None):
|
| 60 |
|
| 61 |
if input_path is not None:
|
|
|
|
| 55 |
return parser
|
| 56 |
|
| 57 |
|
| 58 |
+
@spaces.GPU(duration=150)
|
| 59 |
def run_dust3r(inputfiles, input_path=None):
|
| 60 |
|
| 61 |
if input_path is not None:
|