Edmon02 commited on
Commit
e248f59
1 Parent(s): e96cb36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
18
 
19
 
20
  speaker_embeddings = {
21
- "BDL": "clips/cmu_us_bdl_arctic-wav-arctic_a0009.npy",
22
  }
23
 
24
  def convert_number_to_words(number: float) -> str:
 
18
 
19
 
20
  speaker_embeddings = {
21
+ "BDL": "cmu_us_bdl_arctic-wav-arctic_a0009.npy",
22
  }
23
 
24
  def convert_number_to_words(number: float) -> str: