Skip to content

Commit 12ee8f2

Browse files
committed
caption store in db bug fixed
1 parent cafc4be commit 12ee8f2

3 files changed

Lines changed: 1091 additions & 1080 deletions

File tree

PythonRpcServer/transcribe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ def transcribe_audio(media_filepath, testing=False):
123123
transcription_result = json.load(json_file)
124124

125125
print("Transcription Result:", json.dumps(transcription_result, indent=4))
126+

0 commit comments

Comments
 (0)