akhaliq HF Staff commited on
Commit
cf456d2
·
verified ·
1 Parent(s): f28c8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from PIL import Image
5
 
6
  # Configure the API
7
- genai.configure(api_key=os.environ["GEMINI_API_KEY"])
8
 
9
  # Create the model
10
  generation_config = {
 
4
  from PIL import Image
5
 
6
  # Configure the API
7
+ genai.configure(api_key=os.environ["API_KEY"])
8
 
9
  # Create the model
10
  generation_config = {