Allowing comments on author pages

Please have a look here: https://codex.wordpress.org/Function_Reference/comment_form unless I’m mistaken, you will need to add this to your author.php file. If your using a theme that gets updated your will have to make a plugin out of it.

<?php comment_form( $args, $post_id ); ?>