Atharv756 commited on
Commit
1da7a2e
·
verified ·
1 Parent(s): 891bddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
3
  import gradio as gr
4
 
5
  # Configure the Google AI SDK
6
- genai.configure(api_key=os.environ["GEMINI_API_KEY"])
7
 
8
  # Create the model
9
  generation_config = {
 
3
  import gradio as gr
4
 
5
  # Configure the Google AI SDK
6
+ genai.configure(api_key=os.environ["AIzaSyBmjoohxCQW1L92RMAZcfrFcVTi5RPoTeA"])
7
 
8
  # Create the model
9
  generation_config = {