Spaces:
Running
on
Zero
Running
on
Zero
Update memo/models/motion_module.py
Browse files
memo/models/motion_module.py
CHANGED
@@ -369,7 +369,7 @@ class MemoryLinearAttention(Attention):
|
|
369 |
raise NotImplementedError
|
370 |
|
371 |
hidden_states = self.processor(
|
372 |
-
|
373 |
hidden_states=hidden_states,
|
374 |
motion_frames=motion_frames,
|
375 |
encoder_hidden_states=encoder_hidden_states,
|
|
|
369 |
raise NotImplementedError
|
370 |
|
371 |
hidden_states = self.processor(
|
372 |
+
self,
|
373 |
hidden_states=hidden_states,
|
374 |
motion_frames=motion_frames,
|
375 |
encoder_hidden_states=encoder_hidden_states,
|