andre-coy commited on
Commit
57e6ae9
โ€ข
1 Parent(s): f153d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5Hif
7
 
8
 
9
  checkpoint = "andre-coy/speecht5_tts_tandt"
10
- processor = SpeechT5Processor.from_pretrained(microsoft/speecht5_tts)
11
  model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
12
  vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
13
 
 
7
 
8
 
9
  checkpoint = "andre-coy/speecht5_tts_tandt"
10
+ processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
11
  model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
12
  vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
13