Commit 202c0d6
authored
Update vision.ipynb by fixing the typo in code (#550)
Fixed the typo mistake at code `Markdown(esponse.text)` in the 'Transcribe video and provide visual descriptions' section in 'vision' doc which gives `NameError: name 'esponse' is not defined` while code exceution.
Fixed the typo by adding 'r' in code `Markdown(response.text)`.1 parent e8dc8c5 commit 202c0d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
| 785 | + | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| |||
0 commit comments