CharlieAmalet commited on
Commit
ebdbb36
·
verified ·
1 Parent(s): 1c5196e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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(