lemonaddie commited on
Commit
0b9f1b0
1 Parent(s): a34258b

Update app_recon.py

Browse files
Files changed (1) hide show
  1. app_recon.py +1 -1
app_recon.py CHANGED
@@ -197,7 +197,7 @@ def seg_foreground(image_file):
197
 
198
  return masked_image, mask
199
 
200
- @spaces.GPU
201
  def reconstruction(image_file, files):
202
 
203
  torch.cuda.empty_cache()
 
197
 
198
  return masked_image, mask
199
 
200
+ @spaces.GPU(duration=120)
201
  def reconstruction(image_file, files):
202
 
203
  torch.cuda.empty_cache()