jpjp9292 commited on
Commit
6974b92
·
verified ·
1 Parent(s): 2d13703

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
 
6
  # Configure the Generative AI API
7
- genai.configure(api_key="AIzaSyAs726sBS7iWEO7ql2LFbvCxJ_bzbpDbiI")
8
 
9
  # Define the function that handles the model's response
10
  def ImageChat(image, prompt):
 
4
  import PIL.Image
5
 
6
  # Configure the Generative AI API
7
+ genai.configure(api_key="Api_key")
8
 
9
  # Define the function that handles the model's response
10
  def ImageChat(image, prompt):