Spaces:
Running
Running
Only Text
Browse files
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 |
|