Chithekitale commited on
Commit
21bb63a
·
verified ·
1 Parent(s): 6d2da5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from transformers import (
13
  # =========================Chithekitale/PhD_tts_updated
14
  # Model loading
15
  # =========================
16
- checkpoint = "Chithekitale/PhD_tts_updated"
17
 
18
  processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
19
  model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
 
13
  # =========================Chithekitale/PhD_tts_updated
14
  # Model loading
15
  # =========================
16
+ checkpoint = "Chithekitale/Chithekitale/chichewa_tts"
17
 
18
  processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
19
  model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)