Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d01b75c
1
Parent(s):
50b6cac
Since the last days, it seems that it needs more time to compute -> 3 min (#38)
Browse files- Since the last days, it seems that it needs more time to compute -> 3 min (806d331eeb0d0eeee1f8f316d3a1b82a1970c3d4)
Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>
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,
|