Text-to-Speech
Transformers
SPRING_F5
tts
multilingual
indic-languages
custom_code
arigalaadarsh commited on
Commit
898dd2a
·
verified ·
1 Parent(s): 8bc8673

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -52,6 +52,7 @@ class SPRING_F5Model(PreTrainedModel):
52
  ckpt_file,
53
  mel_spec_type="vocos",
54
  vocab_file=vocab_path,
 
55
  device=self._device
56
  )
57
 
 
52
  ckpt_file,
53
  mel_spec_type="vocos",
54
  vocab_file=vocab_path,
55
+ use_ema=False,
56
  device=self._device
57
  )
58