diff --git a/09_pytorch_model_deployment.ipynb b/09_pytorch_model_deployment.ipynb index 9af321cb..93a42d1d 100644 --- a/09_pytorch_model_deployment.ipynb +++ b/09_pytorch_model_deployment.ipynb @@ -2674,7 +2674,7 @@ "\n", "And the ML model you build will depend on your inputs and outputs.\n", "\n", - "Gradio emulates this paradigm by creating an interface ([`gradio.Interface()`](https://gradio.app/docs/#interface-header)) to from inputs to outputs.\n", + "Gradio emulates this paradigm by creating an interface ([`gradio.Interface()`](https://gradio.app/docs/#interface-header)) from inputs to outputs.\n", "\n", "```\n", "gradio.Interface(fn, inputs, outputs)\n",