lime-j commited on
Commit
469ea29
·
1 Parent(s): 50f2927
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ net_c.eval().to('cuda')
29
 
30
 
31
 
32
- @spaces.GPU(duration=120)
33
  def align(x1):
34
  h, w = x1.shape[-2], x1.shape[-1]
35
  h, w = h // 32 * 32, w // 32 * 32
 
29
 
30
 
31
 
32
+ @spaces.GPU(duration=600)
33
  def align(x1):
34
  h, w = x1.shape[-2], x1.shape[-1]
35
  h, w = h // 32 * 32, w // 32 * 32