iOS image selection

#50
by vanceric - opened

Adding images from an iOS device, tested on iOS 16 and iPad OS 16.2, I cannot get this to work. First, it takes me to files instead of photos, and every image format I try is grayed out and unselectable.

it works great for me.

  • select all images and copy them to a connected online drive (f.e. Google)
  • download these images locally and then resize them f.e. via birme.net
  • download resized images from birme.net and use them.

Thanks, but it definitely wasn't working that way for me. I was able to remedy the issue however.

On line 549 in app.py, I made the following change:

From:
file_collection.append(gr.File(label=f'''Uplo...
To:
file_collection.append(gr.File(file_types="image", label=f'''Uplo...

Are you using Safari or a different browser?

I have incorporated the change you made into the app.py to all users, thanks @vanceric

multimodalart changed discussion status to closed

Sign up or log in to comment