Spaces:
Sleeping
Sleeping
Update asr.py
Browse files
asr.py
CHANGED
|
@@ -59,5 +59,4 @@ def transcribe_auto(audio_data=None):
|
|
| 59 |
ids = torch.argmax(outputs, dim=-1)[0]
|
| 60 |
final_transcription = processor.decode(ids)
|
| 61 |
|
| 62 |
-
|
| 63 |
-
return f"{final_transcription}"
|
|
|
|
| 59 |
ids = torch.argmax(outputs, dim=-1)[0]
|
| 60 |
final_transcription = processor.decode(ids)
|
| 61 |
|
| 62 |
+
return f"{final_transcription}"
|
|
|