Skip to content

Commit

Permalink
Fix intermediate colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583965043
  • Loading branch information
rstz authored and copybara-github committed Nov 20, 2023
1 parent ba7510b commit ed8d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorials/intermediate_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"\n",
"import tensorflow_hub as hub\n",
"# NNLM (https://tfhub.dev/google/nnlm-en-dim128/2) is also a good choice.\n",
"hub_url = \"http://tfhub.dev/google/universal-sentence-encoder/4\"\n",
"hub_url = \"https://tfhub.dev/google/universal-sentence-encoder/4\"\n",
"embedding = hub.KerasLayer(hub_url)\n",
"\n",
"sentence = tf.keras.layers.Input(shape=(), name=\"sentence\", dtype=tf.string)\n",
Expand Down

0 comments on commit ed8d94e

Please sign in to comment.