Spaces:
Sleeping
Sleeping
Update app.py
#2
by
pranit144
- opened
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from gtts import gTTS # <-- New import for audio generation
|
|
| 14 |
|
| 15 |
|
| 16 |
# Configure the Gemini API
|
| 17 |
-
GEMINI_API_KEY = "
|
| 18 |
if not GEMINI_API_KEY:
|
| 19 |
raise ValueError("Google API Key not found. Set it as GEMINI_API_KEY in the Space settings.")
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
# Configure the Gemini API
|
| 17 |
+
GEMINI_API_KEY = "AIzaSyDlESeCJKKyvH1y7xTfjRNaqtQiorgFxjw"
|
| 18 |
if not GEMINI_API_KEY:
|
| 19 |
raise ValueError("Google API Key not found. Set it as GEMINI_API_KEY in the Space settings.")
|
| 20 |
|