Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import numpy as np
|
4 |
import PIL.Image
|
5 |
|
6 |
-
genai.configure(api_key="
|
7 |
|
8 |
def ImageChat(image, prompt):
|
9 |
|
|
|
3 |
import numpy as np
|
4 |
import PIL.Image
|
5 |
|
6 |
+
genai.configure(api_key="AIzaSyA7tPavobVN5_3-BJ0qhFT5HVjO4V19QWk")
|
7 |
|
8 |
def ImageChat(image, prompt):
|
9 |
|