not-lain commited on
Commit
1978224
1 Parent(s): be980dd

testing audio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def process_speech(audio):
35
  "English",# target language
36
  api_name="/run",
37
  )
38
- out = out[1] # get the text
39
  try :
40
  return f"{out}"
41
  except Exception as e :
 
35
  "English",# target language
36
  api_name="/run",
37
  )
38
+ # out = out[1] # get the text
39
  try :
40
  return f"{out}"
41
  except Exception as e :