cocktailpeanut commited on
Commit
6128f91
1 Parent(s): f305508
Files changed (1) hide show
  1. melo/download_utils.py +1 -1
melo/download_utils.py CHANGED
@@ -25,7 +25,7 @@ DOWNLOAD_CONFIG_URLS = {
25
 
26
  def load_or_download_config(locale):
27
  language = locale.split('-')[0].upper()
28
- print(f"language={language}, locale={locale}")
29
  # assert language in DOWNLOAD_CONFIG_URLS
30
 
31
  #config_path = os.path.expanduser(f'~/.local/share/openvoice/basespeakers/{language}/config.json')
 
25
 
26
  def load_or_download_config(locale):
27
  language = locale.split('-')[0].upper()
28
+ print(f"language={language}, locale={locale}, DOWNLOAD_CONFIG_URLS={DOWNLOAD_CONFIG_URLS}")
29
  # assert language in DOWNLOAD_CONFIG_URLS
30
 
31
  #config_path = os.path.expanduser(f'~/.local/share/openvoice/basespeakers/{language}/config.json')