Update handler.py
Browse files- 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 = "
|
| 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)
|