Dupaja commited on
Commit
0824f3c
·
1 Parent(s): 5e7a614

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -16,7 +16,7 @@ class EndpointHandler:
16
  #dataset_id = "Matthijs/cmu-arctic-xvectors"
17
 
18
  checkpoint = "Dupaja/speecht5_tts"
19
- vocoder_id = "microsoft/speecht5_hifigan"
20
  dataset_id = "Dupaja/cmu-arctic-xvectors"
21
 
22
  self.model= SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
 
16
  #dataset_id = "Matthijs/cmu-arctic-xvectors"
17
 
18
  checkpoint = "Dupaja/speecht5_tts"
19
+ vocoder_id = "Dupaja/speecht5_hifigan"
20
  dataset_id = "Dupaja/cmu-arctic-xvectors"
21
 
22
  self.model= SpeechT5ForTextToSpeech.from_pretrained(checkpoint)