faneggg commited on
Commit
a6035ad
·
verified ·
1 Parent(s): 6e22163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_dust3r_args_parser():
55
  return parser
56
 
57
 
58
- @spaces.GPU(duration=50000000)
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=5000)
59
  def run_dust3r(inputfiles, input_path=None):
60
 
61
  if input_path is not None: