mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +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)"
|
||||
]
|
||||
},
|
||||
@ -2011,4 +2011,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
@ -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)"
|
||||
]
|
||||
},
|
||||
@ -700,4 +700,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user