This is unfortunately also not working for me. I can see in the upload widget it increments to a higher number, however, there is no data inside it that I can see.
I am using a fresh google AI notebook server
This is returned for:
print(uploader)
FileUpload(value={}, description=‘Upload’)
This is returned for:
uploader.data[0]
IndexError Traceback (most recent call last)
in
----> 1 uploader.data[0]
IndexError: list index out of range
Any help would be greatly helpful. I can manually upload images to my folders, but seemingly unable to access the uploader widget variable.