Taxonomy archive template not working

You have a taxonomy name Talks, this must be lowecase (talks).

If you look at the register_taxonomy() Codex page the following parameter description is shown:

<?php register_taxonomy( $taxonomy, $object_type, $args ); ?>

$taxonomy
(string) (required) The name of the taxonomy. Name should be in slug form (must not contain capital letters or spaces) and not more than 32 characters long (database structure restriction).