First, make sure that you don't have any ads blocking extension like ad block
If you don't have adblock, I suggest to change the jsdeliver url to the js version as below
replace this line
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs"></script>
with this line
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"> </script>