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

NameError: name 'clear_output' is not defined #57

Open
40U538072 opened this issue Mar 11, 2023 · 0 comments
Open

NameError: name 'clear_output' is not defined #57

40U538072 opened this issue Mar 11, 2023 · 0 comments

Comments

@40U538072
Copy link

NameError Traceback (most recent call last)
in
28 #button = widgets.Button(description="Upload Voice File")
29 #button.on_click(_upload_audio)
---> 30 _upload_audio("/content/file.wav")

in _upload_audio(b)
17 _compute_embedding(audio)
18 def _upload_audio(b):
---> 19 clear_output()
20 audio = upload_audio(sample_rate=SAMPLE_RATE)
21 _compute_embedding(audio)

NameError: name 'clear_output' is not defined

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