After lurking into almost all image picker posts I can’t seem to make it work without a button which isn’t ideal for UI - at least in case.
Anyway, to make it work with a text link? I basically want to put a profile picture with a link underneath stating “change profile picture”. That simple. I’m including a picture of what I’d like.

Thanks in advance 
You can add an action to both the image element and the text. That action takes the user to another screen where they see a simple form to update the profile picture of the user.
Of course, the profile picture must be a property of users.
Thanks for the fast reply.
I ended up creating a modal and then using the image picker with a button. Not what I wanted but it is functional and does not look bad at all.