apapis added
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user