diff --git a/app/webservice.py b/app/webservice.py
index c12a651dc7f14394c27c57a14a3d12facaf06b1e..87938f4283850927c508c1439de85f668edce2a4 100644
--- a/app/webservice.py
+++ b/app/webservice.py
@@ -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)