gnosticdev commited on
Commit
5e5fc67
·
verified ·
1 Parent(s): c279930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,10 +76,10 @@ def search_google_images(query, num_images=1):
76
  searchType="image",
77
  num=num_images * 3,
78
  safe='off',
79
- imgSize='huge',
80
- imgType='photo',
81
  rights='cc_publicdomain|cc_attribute|cc_sharealike'
82
- ).execute()
 
83
 
84
  if 'items' in result:
85
  image_urls = []
 
76
  searchType="image",
77
  num=num_images * 3,
78
  safe='off',
79
+ imgSize='HUGE',
 
80
  rights='cc_publicdomain|cc_attribute|cc_sharealike'
81
+ ).execute()
82
+
83
 
84
  if 'items' in result:
85
  image_urls = []