mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
Update 02_production.ipynb
Microsoft updated 'Bing Image Search API' which made the previouse 'key: contentUrl' incompatible. Correctly updated the correct 'key: thumbnailUrl' for accessing the image's URL.
This commit is contained in:
parent
823b69e00a
commit
46fbfbd9ce
@ -367,7 +367,7 @@
|
||||
],
|
||||
"source": [
|
||||
"results = search_images_bing(key, 'grizzly bear')\n",
|
||||
"ims = results.attrgot('contentUrl')\n",
|
||||
"ims = results.attrgot('thumbnailUrl')\n",
|
||||
"len(ims)"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user