Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ model_select("AnimateLCM-SVD-xt-1.1.safetensors")
|
|
62 |
|
63 |
max_64_bit_int = 2**63 - 1
|
64 |
|
65 |
-
@spaces.GPU
|
66 |
def sample(
|
67 |
image: Image,
|
68 |
seed: Optional[int] = 42,
|
|
|
62 |
|
63 |
max_64_bit_int = 2**63 - 1
|
64 |
|
|
|
65 |
def sample(
|
66 |
image: Image,
|
67 |
seed: Optional[int] = 42,
|