Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import openai
|
|
3 |
from serpapi import GoogleSearch
|
4 |
|
5 |
# Set up your OpenAI API key
|
6 |
-
openai.api_key = "sk-
|
7 |
|
8 |
# Define a function to search images using GoogleSearch API
|
9 |
def search_images(query):
|
|
|
3 |
from serpapi import GoogleSearch
|
4 |
|
5 |
# Set up your OpenAI API key
|
6 |
+
openai.api_key = "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"
|
7 |
|
8 |
# Define a function to search images using GoogleSearch API
|
9 |
def search_images(query):
|