not-lain commited on
Commit
712a316
1 Parent(s): 78cfc04

changed seamless output language

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def process_speech(input_language, audio_input):
45
  audio_input, #audio_name
46
  "",
47
  input_language,# source language
48
- input_language,# target language
49
  api_name="/run",
50
  )
51
  out = out[1] # get the text
 
45
  audio_input, #audio_name
46
  "",
47
  input_language,# source language
48
+ "English",# target language
49
  api_name="/run",
50
  )
51
  out = out[1] # get the text