Skip to content

Commit

Permalink
Merge pull request #654 from Alejandro-Casanova/patch-21
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
mrdbourke committed Oct 5, 2023
2 parents 78b89e2 + 12082e8 commit 163a5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_pytorch_model_deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 163a5a3

Please sign in to comment.