Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,7 @@ pipe.to("cuda")
|
|
33 |
pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|
34 |
#pipe.vae = torch.compile(pipe.vae, mode="reduce-overhead", fullgraph=True)
|
35 |
|
36 |
-
max_64_bit_int =
|
37 |
-
2**63 - 1
|
38 |
|
39 |
@spaces.GPU(enable_queue=True)
|
40 |
def generate_video(
|
|
|
33 |
pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|
34 |
#pipe.vae = torch.compile(pipe.vae, mode="reduce-overhead", fullgraph=True)
|
35 |
|
36 |
+
max_64_bit_int = 2**63 - 1
|
|
|
37 |
|
38 |
@spaces.GPU(enable_queue=True)
|
39 |
def generate_video(
|