FarmerlineML commited on
Commit
3f71881
·
verified ·
1 Parent(s): 79d84e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -22,6 +22,10 @@ TTS_MODELS = {
22
  "tokenizer": "FarmerlineML/Ewe-tts-2025",
23
  "checkpoint": "FarmerlineML/Ewe-tts-2025"
24
  },
 
 
 
 
25
  }
26
 
27
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
22
  "tokenizer": "FarmerlineML/Ewe-tts-2025",
23
  "checkpoint": "FarmerlineML/Ewe-tts-2025"
24
  },
25
+ "Akan": {
26
+ "tokenizer": "hci-lab-dcug/ugtts-multispeaker-max42secs-total7hrs-sr22050-mms-aka-finetuned",
27
+ "checkpoint": "hci-lab-dcug/ugtts-multispeaker-max42secs-total7hrs-sr22050-mms-aka-finetuned"
28
+ },
29
  }
30
 
31
  device = "cuda" if torch.cuda.is_available() else "cpu"