Skip to content

Commit d2fd63e

Browse files
committed
fix format
1 parent 12f5ba1 commit d2fd63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wesep/cli/extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def extract_speech_from_pcm(self,
150150
target_speech = outputs.to(torch.device("cpu"))
151151
if self.output_norm:
152152
target_speech = (
153-
target_speech
153+
target_speech
154154
/ abs(target_speech).max(dim=1, keepdim=True).values * 0.9
155155
)
156156
return target_speech

0 commit comments

Comments
 (0)