hashirlodhi commited on
Commit
3d45838
·
verified ·
1 Parent(s): a76bcdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import google.generativeai as genai
2
  import gradio as gr
3
 
4
  # Your API key (replace with a new one if this doesn't work)
5
- GOOGLE_API_KEY = "AIzaSyA6B_OIML84hzYB4cQfKFDaixLMyXXMRps"
6
 
7
  # Configure API
8
  genai.configure(api_key=GOOGLE_API_KEY)
 
2
  import gradio as gr
3
 
4
  # Your API key (replace with a new one if this doesn't work)
5
+ GOOGLE_API_KEY = "AIzaSyAVnkLjvUEZaQA5a-oUxcxb3bZ5amZDYqM"
6
 
7
  # Configure API
8
  genai.configure(api_key=GOOGLE_API_KEY)