bhuvanmdev commited on
Commit
5180050
1 Parent(s): b4a8e10

Update lgm/lgm.py

Browse files
Files changed (1) hide show
  1. lgm/lgm.py +1 -1
lgm/lgm.py CHANGED
@@ -503,7 +503,7 @@ class MVAttention(nn.Module):
503
  eps: float = 1e-5,
504
  residual: bool = True,
505
  skip_scale: float = 1,
506
- num_frames: int = 4,
507
  ):
508
  super().__init__()
509
 
 
503
  eps: float = 1e-5,
504
  residual: bool = True,
505
  skip_scale: float = 1,
506
+ num_frames: int = 5,
507
  ):
508
  super().__init__()
509