Make style

This commit is contained in:
Eren G??lge 2022-05-06 15:56:06 +02:00
parent 6939242c00
commit cd0a55df9a
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ def wav_to_mel(y, n_fft, num_mels, sample_rate, hop_length, win_length, fmin, fm
# CONFIGS
#############################
@dataclass
class VitsAudioConfig(Coqpit):
fft_size: int = 1024