This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/broken-notebook in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9a56f3049baba3e95046bef5b9f3eacc2b46de4d Author: Danny McCormick <[email protected]> AuthorDate: Wed Apr 12 09:51:34 2023 -0400 Fix broken notebook --- examples/notebooks/beam-ml/run_custom_inference.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/notebooks/beam-ml/run_custom_inference.ipynb b/examples/notebooks/beam-ml/run_custom_inference.ipynb index e3f0354dd8c..5ae88aa89de 100644 --- a/examples/notebooks/beam-ml/run_custom_inference.ipynb +++ b/examples/notebooks/beam-ml/run_custom_inference.ipynb @@ -51,8 +51,9 @@ }, { "cell_type": "markdown", + "id": "b6f8f3af-744e-4eaa-8a30-6d03e8e4d21f", "metadata": { - "id": "A8xNRyZMW1yK" + "id": "b6f8f3af-744e-4eaa-8a30-6d03e8e4d21f" }, "source": [ "This notebook demonstrates how to run inference on your custom framework using the\n",
