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

local variable 'source' referenced before assignment #68

Open
douglasg14b opened this issue Nov 24, 2024 · 0 comments
Open

local variable 'source' referenced before assignment #68

douglasg14b opened this issue Nov 24, 2024 · 0 comments

Comments

@douglasg14b
Copy link

This example fails when running with:

Traceback (most recent call last):
  File "/home/douglas/projects/whisper_real_time/transcribe_demo.py", line 143, in <module>
    main()
  File "/home/douglas/projects/whisper_real_time/transcribe_demo.py", line 73, in main
    with source:
UnboundLocalError: local variable 'source' referenced before assignment
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

No branches or pull requests

1 participant