Bug: Tutorial - "transcribe_timestamped.ipynb" Tutorial Error due to importing "transcribed_timestamped" as a module in "Transcribe Audio with Timestamps" Cell #240
Labels
bug
Something isn't working
Description
When I run the final cell in the "transcribe_timestamped.ipynb" tutorial, I get the following error:
.
Steps to Reproduce
Open up the "transcribe_timestamped.ipynb" Tutorial and run every cell sequentially.
Expected Results
I expected the final cell to run without an error.
Actual Results
There is an error due to transcribe_timestamped being called like a method but actually being identified as a module. It looks like there is a module called transcribe_timestamped and from it, you import a module inside it that is also called transcribe_timestamped. The inner transcribe_timestamped module only has dunders in it so I can't figure out what to import instead.
Additional Notes
No response
The text was updated successfully, but these errors were encountered: