kairunwen commited on
Commit
90ef793
1 Parent(s): d094be8

update duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def get_dust3r_args_parser():
45
  return parser
46
 
47
 
48
- @spaces.GPU(duration=280)
49
  def process(inputfiles, input_path=None):
50
 
51
  if input_path is not None:
 
45
  return parser
46
 
47
 
48
+ @spaces.GPU(duration=200)
49
  def process(inputfiles, input_path=None):
50
 
51
  if input_path is not None: