cocktailpeanut commited on
Commit
277aa8c
·
1 Parent(s): e513ef4
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ languages = ["EN", "ES", "FR", "ZH", "JP", "KR"]
20
  en = ["EN-Default", "EN-US", "EN-BR", "EN_INDIA", "EN-AU"]
21
 
22
  LANG = sys.argv[1].strip()
 
23
 
24
 
25
  #def predict(prompt, style, audio_file_pth, mic_file_path, use_mic, language):
 
20
  en = ["EN-Default", "EN-US", "EN-BR", "EN_INDIA", "EN-AU"]
21
 
22
  LANG = sys.argv[1].strip()
23
+ print(f"LANG={LANG}")
24
 
25
 
26
  #def predict(prompt, style, audio_file_pth, mic_file_path, use_mic, language):