Weiterentwicklung

This commit is contained in:
2024-06-19 12:04:41 +00:00
parent 3a30911c01
commit b04ea0694b

View File

@@ -113,7 +113,7 @@ def save_as_docx(minutes, filename):
doc.add_paragraph()
doc.save(filename)
audio_file_path = "./ai_meeting/EarningsCall.wav"
audio_file_path = "/config/workspace/ai_meeting/EarningsCall.wav"
transcription = transcribe_audio(audio_file_path)
minutes = meeting_minutes(transcription)
print(minutes)