We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc4be commit 12ee8f2Copy full SHA for 12ee8f2
3 files changed
PythonRpcServer/transcribe.py
@@ -123,3 +123,4 @@ def transcribe_audio(media_filepath, testing=False):
123
transcription_result = json.load(json_file)
124
125
print("Transcription Result:", json.dumps(transcription_result, indent=4))
126
+
0 commit comments