tugstugi / dl-colab-notebooks

Try out deep learning models online on Google Colab
1.72k stars 465 forks source link

NameError: name 'clear_output' is not defined #57

Open 40U538072 opened 1 year ago

40U538072 commented 1 year ago

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