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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -22,10 +22,7 @@ TTS_MODELS = {
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"
 
22
  "tokenizer": "FarmerlineML/Ewe-tts-2025",
23
  "checkpoint": "FarmerlineML/Ewe-tts-2025"
24
  },
25
+
 
 
 
26
  }
27
 
28
  device = "cuda" if torch.cuda.is_available() else "cpu"