faneggg commited on
Commit
1333b8c
·
verified ·
1 Parent(s): 144faa7

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=151)
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: