Spaces:
Sleeping
Sleeping
Update asr_tool.py
Browse files- asr_tool.py +1 -0
asr_tool.py
CHANGED
@@ -30,5 +30,6 @@ def transcribe_audio(audio_path: str) -> str:
|
|
30 |
|
31 |
except Exception as e:
|
32 |
return f"Error transcribing audio: {str(e)}"
|
|
|
33 |
|
34 |
|
|
|
30 |
|
31 |
except Exception as e:
|
32 |
return f"Error transcribing audio: {str(e)}"
|
33 |
+
|
34 |
|
35 |
|