Add missing decorator

This commit is contained in:
Eren Gölge 2022-05-03 14:09:56 +02:00 committed by Eren G??lge
parent d832d6b08a
commit 3ab7afbc1a
1 changed files with 1 additions and 1 deletions

View File

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