Update processing_phi3_v.py
#30
by
rageSpin
- opened
This model was not able to process list of numpy arrays (and probably with pytorch tensors)
you can try yourself in the example code on this model card. Just use 'np.array(Image.open(requests.get(url, stream=True).raw)) '
I solved this issue implementing a function to convert any type of valid image to PIL Image object.