Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def transcribe_audio(file_path, vad_model="fsmn-vad", vad_kwargs='{"max_single_s
|
|
55 |
ban_emo_unk=ban_emo_unk
|
56 |
)
|
57 |
|
58 |
-
text =
|
59 |
|
60 |
return text
|
61 |
|
|
|
55 |
ban_emo_unk=ban_emo_unk
|
56 |
)
|
57 |
|
58 |
+
text = res[0]
|
59 |
|
60 |
return text
|
61 |
|