Chithekitale commited on
Commit
483e397
·
verified ·
1 Parent(s): 4637fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,10 +10,10 @@ from transformers import (
10
  SpeechT5HifiGan
11
  )
12
 
13
- # =========================
14
  # Model loading
15
  # =========================
16
- checkpoint = "Chithekitale/Chichewa_tts_v2"
17
 
18
  processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
19
  model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
 
10
  SpeechT5HifiGan
11
  )
12
 
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)