Update app.py
Browse files
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
|
| 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:
|