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

Change File Subfolder Name

parent 6488af83
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ async def asr(
# Get the current working directory
current_directory = os.getcwd()
# construct file path
audio_path = os.path.join(f'{current_directory}/audio_files', file_name)
audio_path = os.path.join(f'{current_directory}/files', file_name)
# Print the current working directory
print("file path", audio_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment