Skip to content

Commit

Permalink
Fix poorly formatted metadata (#24905)
Browse files Browse the repository at this point in the history
This was caused by a bad edit in 12f1072
  • Loading branch information
damccorm authored Jan 5, 2023
1 parent 3070160 commit 37c7bee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/notebooks/beam-ml/run_inference_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
},
{
"cell_type": "markdown",
"metadata": {
"id": "A8xNRyZMW1yK"
},
"source": [
"# Apache Beam RunInference with TensorFlow\n",
"\n",
Expand All @@ -62,9 +65,6 @@
},
{
"cell_type": "markdown",
"metadata": {
"id": "A8xNRyZMW1yK"
},
"source": [
"This notebook demonstrates the use of the RunInference transform for [TensorFlow](https://www.tensorflow.org/).\n",
"Beam [RunInference](https://beam.apache.org/releases/pydoc/current/apache_beam.ml.inference.base.html#apache_beam.ml.inference.base.RunInference) accepts a ModelHandler generated from [`tfx-bsl`](https://github.com/tensorflow/tfx-bsl) using `CreateModelHandler`.\n",
Expand Down Expand Up @@ -612,4 +612,4 @@
]
}
]
}
}

0 comments on commit 37c7bee

Please sign in to comment.