Freddolin commited on
Commit
575cc76
·
verified ·
1 Parent(s): 0af9187

Update asr_tool.py

Browse files
Files changed (1) hide show
  1. 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