mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 18:30:44 +00:00
Azure Response Modified (#436)
This commit is contained in:
parent
8be580737e
commit
74cf561567
@ -367,7 +367,7 @@
|
||||
],
|
||||
"source": [
|
||||
"results = search_images_bing(key, 'grizzly bear')\n",
|
||||
"ims = results.attrgot('content_url')\n",
|
||||
"ims = results.attrgot('contentUrl')\n",
|
||||
"len(ims)"
|
||||
]
|
||||
},
|
||||
|
@ -140,7 +140,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"results = search_images_bing(key, 'grizzly bear')\n",
|
||||
"ims = results.attrgot('content_url')\n",
|
||||
"ims = results.attrgot('contentUrl')\n",
|
||||
"len(ims)"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user