Ifeanyi commited on
Commit
f5b9df5
·
verified ·
1 Parent(s): 2c89ce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import PIL.Image
5
  import os
6
 
7
- api_key = os.getenv(GEMINI_API_KEY)
8
  genai.configure(api_key = api_key)
9
 
10
  def ImageChat(image):
 
4
  import PIL.Image
5
  import os
6
 
7
+ api_key = os.getenv("GEMINI_API_KEY")
8
  genai.configure(api_key = api_key)
9
 
10
  def ImageChat(image):