palbha commited on
Commit
6a5b9ba
·
verified ·
1 Parent(s): 317d8bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import google.generativeai as genai
4
  from gtts import gTTS
5
  import tempfile
6
  import time
7
- from google.colab import userdata
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