Search_images_ddg not working in Paperspace

When using the fastai container in paperspace, the search_images_ddg function is not working.

2 Likes

Try something like

from utils import *
urls = search_images_ddg(u'macao parrot', max_n=200)

There is an issue logged here : https://github.com/fastai/fastbook/issues/358 .

Hope it can help.

2 Likes

Thanks