Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ from gradio.data_classes import FileData
|
|
| 10 |
# For better security practices, retrieve sensitive information like API keys from environment variables.
|
| 11 |
|
| 12 |
# Fetch an environment variable.
|
| 13 |
-
GOOGLE_API_KEY = os.environ.get('
|
| 14 |
-
genai.configure(api_key=
|
| 15 |
|
| 16 |
# These codelines are just to verify if your api key is correct or not
|
| 17 |
# Use them when you clone the repo and build locally
|
|
|
|
| 10 |
# For better security practices, retrieve sensitive information like API keys from environment variables.
|
| 11 |
|
| 12 |
# Fetch an environment variable.
|
| 13 |
+
GOOGLE_API_KEY = os.environ.get('AIzaSyCXIlf8IiA0Ew8i0-Ki1ObN2kJCIzLghfU')
|
| 14 |
+
genai.configure(api_key=AIzaSyCXIlf8IiA0Ew8i0-Ki1ObN2kJCIzLghfU)
|
| 15 |
|
| 16 |
# These codelines are just to verify if your api key is correct or not
|
| 17 |
# Use them when you clone the repo and build locally
|