Spaces:
Sleeping
Sleeping
Update audio_transcriber.py
Browse files- audio_transcriber.py +1 -0
audio_transcriber.py
CHANGED
@@ -51,3 +51,4 @@ class AudioTranscriptionTool(Tool):
|
|
51 |
except Exception as e:
|
52 |
return f"Error transcribing audio: {e}"
|
53 |
|
|
|
|
51 |
except Exception as e:
|
52 |
return f"Error transcribing audio: {e}"
|
53 |
|
54 |
+
|