Spaces:
Runtime error
Runtime error
testing audio
Browse files
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 :
|