Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def generate_embeddings(text):
|
|
40 |
return embeddings
|
41 |
|
42 |
def describe_image(image_array):
|
43 |
-
image_path = array_to_image_path(
|
44 |
image = Image.open(image_path)
|
45 |
|
46 |
messages = [
|
|
|
40 |
return embeddings
|
41 |
|
42 |
def describe_image(image_array):
|
43 |
+
image_path = array_to_image_path(image_array)
|
44 |
image = Image.open(image_path)
|
45 |
|
46 |
messages = [
|