Skip to content
Snippets Groups Projects
Commit 170c2bbd authored by Subliminal Guy's avatar Subliminal Guy
Browse files

Remove PathLog

parent 85110af8
Branches
No related tags found
No related merge requests found
...@@ -98,8 +98,8 @@ async def asr( ...@@ -98,8 +98,8 @@ async def asr(
# construct file path # construct file path
audio_path = os.path.join(f'{current_directory}/files', file_name) audio_path = os.path.join(f'{current_directory}/files', file_name)
# Print the current working directory # # Print the current working directory
print("file path", audio_path) # print("file path", audio_path)
# Run transcription in a background thread to keep the event loop responsive # Run transcription in a background thread to keep the event loop responsive
def _run_transcription(): def _run_transcription():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment