WordPress Add Media button of WP_Editor on custom role profile page in the front-end not working

Solution:

Add $admins->add_cap( 'upload_files' );

This will enable a user to upload files as well.