owaski commited on
Commit
843cbe3
·
1 Parent(s): 89adfe3
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -57,10 +57,6 @@ def predict(audio, language, mic_audio=None):
57
 
58
 
59
 
60
-
61
-
62
- print(result.text + " " + outLanguage)
63
-
64
  # Returns the text and the language
65
  return result.text, outLanguage
66
 
 
57
 
58
 
59
 
 
 
 
 
60
  # Returns the text and the language
61
  return result.text, outLanguage
62