You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4 frames in upload_audio(sample_rate)
33
34 def upload_audio(sample_rate):
---> 35 data = list(files.upload().values())
36 if len(data) > 1:
37 print('Multiple files uploaded; using only one.')
Here is the error. I tried in my different Google account and different mp3, all got the same error.
The text was updated successfully, but these errors were encountered: