basit123796 commited on
Commit
7ce0e34
·
verified ·
1 Parent(s): f828cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from gradio.data_classes import FileData
10
  # For better security practices, retrieve sensitive information like API keys from environment variables.
11
 
12
  # Fetch an environment variable.
13
- GOOGLE_API_KEY = os.environ.get('GOOGLE_API_KEY')
14
- genai.configure(api_key=GOOGLE_API_KEY)
15
 
16
  # These codelines are just to verify if your api key is correct or not
17
  # Use them when you clone the repo and build locally
 
10
  # For better security practices, retrieve sensitive information like API keys from environment variables.
11
 
12
  # Fetch an environment variable.
13
+ GOOGLE_API_KEY = os.environ.get('AIzaSyCXIlf8IiA0Ew8i0-Ki1ObN2kJCIzLghfU')
14
+ genai.configure(api_key=AIzaSyCXIlf8IiA0Ew8i0-Ki1ObN2kJCIzLghfU)
15
 
16
  # These codelines are just to verify if your api key is correct or not
17
  # Use them when you clone the repo and build locally