Pash1986 commited on
Commit
2251e58
1 Parent(s): d9ca247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def start_image_search(image, text):
108
  images.append(pil_image)
109
 
110
  description = generate_image_description_with_claude(images_base64_strs, img_base64_str)
111
- return images_with_descriptions, description
112
 
113
  # Gradio Interface
114
  with gr.Blocks() as demo:
 
108
  images.append(pil_image)
109
 
110
  description = generate_image_description_with_claude(images_base64_strs, img_base64_str)
111
+ return images, description
112
 
113
  # Gradio Interface
114
  with gr.Blocks() as demo: