Skip to content

Commit

Permalink
Patch notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 30, 2023
1 parent a83f44e commit 171951e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/notebooks/beam-ml/run_custom_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
" model_name: The spaCy model name. Default is en_core_web_sm.\n",
" \"\"\"\n",
" self._model_name = model_name\n",
" self._env_vars = {}\n",
"\n",
" def load_model(self) -> Language:\n",
" \"\"\"Loads and initializes a model for processing.\"\"\"\n",
Expand Down

0 comments on commit 171951e

Please sign in to comment.