Geraldine commited on
Commit
f697d78
·
verified ·
1 Parent(s): 129d16e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(image)
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 = [