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