Fabrice-TIERCELIN commited on
Commit
806d331
1 Parent(s): 50b6cac

Since the last days, it seems that it needs more time to compute -> 3 min

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def animate(
114
  ]
115
 
116
  @torch.no_grad()
117
- @spaces.GPU(duration=120)
118
  def animate_on_gpu(
119
  image: Image,
120
  seed: Optional[int] = 42,
 
114
  ]
115
 
116
  @torch.no_grad()
117
+ @spaces.GPU(duration=180)
118
  def animate_on_gpu(
119
  image: Image,
120
  seed: Optional[int] = 42,