Google made a change yesterday that causes the default Notebook to fail with an error about TensorFlow 1 is no longer supported.
A current work-a-round was found on stackoverflow.
I updated the 2nd cell as such and away it goes!
#%tensorflow_version 1.x
!pip install tf_slim==1.1.0
!pip install tensorflow-gpu==1.15