Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import google.generativeai as genai
|
|
4 |
from gtts import gTTS
|
5 |
import tempfile
|
6 |
import time
|
7 |
-
|
8 |
|
9 |
# Configure the Gemini API
|
10 |
GOOGLE_API_KEY = os.getenv("gemini_api") # Replace with your actual API key
|
|
|
4 |
from gtts import gTTS
|
5 |
import tempfile
|
6 |
import time
|
7 |
+
|
8 |
|
9 |
# Configure the Gemini API
|
10 |
GOOGLE_API_KEY = os.getenv("gemini_api") # Replace with your actual API key
|