Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ 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=GOOGLE_API_KEY)
|
| 15 |
|
| 16 |
# These codelines are just to verify if your api key is correct or not
|
|
|
|
| 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=GOOGLE_API_KEY)
|
| 15 |
|
| 16 |
# These codelines are just to verify if your api key is correct or not
|