Spaces:
Running
on
Zero
Running
on
Zero
Update memo/models/motion_module.py
Browse files
memo/models/motion_module.py
CHANGED
@@ -374,7 +374,7 @@ class MemoryLinearAttention(Attention):
|
|
374 |
self,
|
375 |
hidden_states,
|
376 |
motion_frames,
|
377 |
-
encoder_hidden_states
|
378 |
attention_mask=attention_mask,
|
379 |
n_motion_frames=n_motion_frames,
|
380 |
is_new_audio=is_new_audio,
|
|
|
374 |
self,
|
375 |
hidden_states,
|
376 |
motion_frames,
|
377 |
+
encoder_hidden_states,
|
378 |
attention_mask=attention_mask,
|
379 |
n_motion_frames=n_motion_frames,
|
380 |
is_new_audio=is_new_audio,
|