From 85110af865682840c9f79e08b1ff63a9e659fe6d Mon Sep 17 00:00:00 2001
From: Subliminal Guy <subliminal_kid@posteo.de>
Date: Wed, 23 Apr 2025 16:15:56 +0200
Subject: [PATCH] Change File Subfolder Name

---
 app/webservice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/webservice.py b/app/webservice.py
index c12a651..87938f4 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)
-- 
GitLab