apapis added

This commit is contained in:
OwusuBlessing
2025-02-17 21:29:10 +01:00
parent 958f7e2c45
commit 3ea82bce3c
5 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ def transcribe_media(file_loc: str, media_type: str = "audio"):
else:
raise ValueError("media_type must be either 'audio' or 'video'.")
print(f"Transcription response: {response}\n\n")
return response
except Exception as e: