Edmon02 commited on
Commit
45f6849
1 Parent(s): b37ad6c

Update app.py

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