seawolf2357 commited on
Commit
3bd6490
โ€ข
1 Parent(s): 3bf3988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
6
  # ๊ตฌ๊ธ€ ์ด๋ฏธ์ง€ ๊ฒ€์ƒ‰ ํ•จ์ˆ˜
7
  def google_image_search(query):
8
  API_KEY = 'AIzaSyDUz3wkGal0ewRtPlzeMit88bV4hS4ZIVY'
9
- CX = '์—ฌ๊ธฐ์—_๋‹น์‹ ์˜_์ปค์Šคํ…€_๊ฒ€์ƒ‰์—”์ง„_ID๋ฅผ_์ž…๋ ฅํ•˜์„ธ์š”'
10
  URL = f"https://www.googleapis.com/customsearch/v1?q={query}&cx={CX}&searchType=image&key={API_KEY}"
11
 
12
  response = requests.get(URL)
 
6
  # ๊ตฌ๊ธ€ ์ด๋ฏธ์ง€ ๊ฒ€์ƒ‰ ํ•จ์ˆ˜
7
  def google_image_search(query):
8
  API_KEY = 'AIzaSyDUz3wkGal0ewRtPlzeMit88bV4hS4ZIVY'
9
+ CX = '56b34994f47704ddd'
10
  URL = f"https://www.googleapis.com/customsearch/v1?q={query}&cx={CX}&searchType=image&key={API_KEY}"
11
 
12
  response = requests.get(URL)