mirror of https://github.com/coqui-ai/TTS.git
Add missing decorator
This commit is contained in:
parent
d832d6b08a
commit
3ab7afbc1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue