Manojkumarpandi commited on
Commit
fa18c1a
·
verified ·
1 Parent(s): e192d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ except RuntimeError:
14
  asyncio.set_event_loop(asyncio.new_event_loop())
15
 
16
  # Configure Generative AI (Ensure to use a secure way to handle API keys)
17
- GOOGLE_API_KEY = "AIzaSyBzNiCu4kC4mCGF2gG0kAI9owlFmjdSH8Y"
18
  genai.configure(api_key=GOOGLE_API_KEY)
19
 
20
  # Initialize recognizer
 
14
  asyncio.set_event_loop(asyncio.new_event_loop())
15
 
16
  # Configure Generative AI (Ensure to use a secure way to handle API keys)
17
+ GOOGLE_API_KEY = "------------------------------------------------"
18
  genai.configure(api_key=GOOGLE_API_KEY)
19
 
20
  # Initialize recognizer