chore(format): run black on dev (#554)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-09 22:07:41 +09:00
committed by GitHub
parent fb4676e3de
commit c7ce7c5975
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -383,7 +383,9 @@ class Chat:
params_infer_code,
):
wavs = self._decode_to_wavs(
result, length, use_decoder,
result,
length,
use_decoder,
)
result.destroy()
yield wavs
+1
View File
@@ -1,6 +1,7 @@
import numpy as np
from numba import jit
@jit
def float_to_int16(audio: np.ndarray) -> np.ndarray:
"""