fixes #78
@sputney13 Would you be able to check that I interpreted what you were doing correctly? The image processing function outputs are arrays, and it looked like the array was being stored as a string in the dictionary under "image_processed_upload()". I just added a few lines so that the base64string is stored instead of the array string.
fixes #78 @sputney13 Would you be able to check that I interpreted what you were doing correctly? The image processing function outputs are arrays, and it looked like the array was being stored as a string in the dictionary under "image_processed_upload()". I just added a few lines so that the base64string is stored instead of the array string.