Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multilingual_rag_podcast.ipynb #65

Closed
silvacarl2 opened this issue Mar 11, 2024 · 1 comment · Fixed by #80
Closed

multilingual_rag_podcast.ipynb #65

silvacarl2 opened this issue Mar 11, 2024 · 1 comment · Fixed by #80

Comments

@silvacarl2
Copy link

this:

transcription = whisper.run(audio_files="/content/podcast.mp3")

returns this error:

TypeError: LocalWhisperTranscriber.run() got an unexpected keyword argument 'audio_files'

@anakin87
Copy link
Member

It should be:
transcription = whisper.run(sources="/content/podcast.mp3")

I opened a PR to fix the notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants