Idrizorg commited on
Commit
d3f0fee
1 Parent(s): 3a85dda

Update WER_Evaluation_For_TTS.py

Browse files
Files changed (1) hide show
  1. WER_Evaluation_For_TTS.py +1 -0
WER_Evaluation_For_TTS.py CHANGED
@@ -25,6 +25,7 @@ Naturalness evaluations were collected via crowdsourcing a listening test on Ama
25
 
26
  _URL = "https://zenodo.org/record/7119400"
27
 
 
28
  destination_folder = Path(home, "Téléchargements","somos","Aud","audiosdestwer")
29
 
30
  class SOMOS(datasets.GeneratorBasedBuilder):
 
25
 
26
  _URL = "https://zenodo.org/record/7119400"
27
 
28
+ home = Path.home()
29
  destination_folder = Path(home, "Téléchargements","somos","Aud","audiosdestwer")
30
 
31
  class SOMOS(datasets.GeneratorBasedBuilder):