Skip to content

Commit

Permalink
caption store in db bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler232 committed Oct 9, 2024
1 parent cafc4be commit 12ee8f2
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 1,080 deletions.
1 change: 1 addition & 0 deletions PythonRpcServer/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ def transcribe_audio(media_filepath, testing=False):
transcription_result = json.load(json_file)

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

Loading

0 comments on commit 12ee8f2

Please sign in to comment.