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
forward here checks for the filename attribute on a PIL image and will fail with ValueError: PosixPath('.') has an empty name if not present. This is the case if the PIL image is created from bytes. My hacky solution is below: