Since the last days, it seems that it needs more time to compute -> 3 min
#38
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -114,7 +114,7 @@ def animate(
|
|
114 |
]
|
115 |
|
116 |
@torch.no_grad()
|
117 |
-
@spaces.GPU(duration=
|
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,
|