Spaces:
Running
on
Zero
Running
on
Zero
Update audiocraft/audiocraft/modules/conditioners.py
Browse files
audiocraft/audiocraft/modules/conditioners.py
CHANGED
@@ -1408,4 +1408,4 @@ class ConditionFuser(StreamingModule):
|
|
1408 |
if self._is_streaming:
|
1409 |
self._streaming_state['offsets'] = offsets + T
|
1410 |
|
1411 |
-
return input, cross_attention_output
|
|
|
1408 |
if self._is_streaming:
|
1409 |
self._streaming_state['offsets'] = offsets + T
|
1410 |
|
1411 |
+
return input, cross_attention_output
|