WordPress – show number of comments for each post in widget

Try this

<?php echo get_comments_number( $post['ID'] ); ?>