Spaces:
Running
on
Zero
Running
on
Zero
As import
#44
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -125,7 +125,7 @@ def animate(
|
|
125 |
@torch.no_grad()
|
126 |
@spaces.GPU(duration=180)
|
127 |
def animate_on_gpu(
|
128 |
-
image_data: Union[
|
129 |
seed: Optional[int] = 42,
|
130 |
motion_bucket_id: int = 127,
|
131 |
fps_id: int = 6,
|
|
|
125 |
@torch.no_grad()
|
126 |
@spaces.GPU(duration=180)
|
127 |
def animate_on_gpu(
|
128 |
+
image_data: Union[Image.Image, List[Image.Image]],
|
129 |
seed: Optional[int] = 42,
|
130 |
motion_bucket_id: int = 127,
|
131 |
fps_id: int = 6,
|