Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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):
|