From 37c7bee5602e7942fcae8d9b2bafbc8fa86ed7b7 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 5 Jan 2023 15:54:38 -0500 Subject: [PATCH] Fix poorly formatted metadata (#24905) This was caused by a bad edit in https://github.com/apache/beam/commit/12f107249b7617d84c0552df4977de4f3801e557# --- examples/notebooks/beam-ml/run_inference_tensorflow.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/notebooks/beam-ml/run_inference_tensorflow.ipynb b/examples/notebooks/beam-ml/run_inference_tensorflow.ipynb index 3f7c7a9aa5ec..8a00ce47b74d 100644 --- a/examples/notebooks/beam-ml/run_inference_tensorflow.ipynb +++ b/examples/notebooks/beam-ml/run_inference_tensorflow.ipynb @@ -47,6 +47,9 @@ }, { "cell_type": "markdown", + "metadata": { + "id": "A8xNRyZMW1yK" + }, "source": [ "# Apache Beam RunInference with TensorFlow\n", "\n", @@ -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", @@ -612,4 +612,4 @@ ] } ] -} \ No newline at end of file +}