Spaces:
Build error
Build error
Update Code/gradio_ui.py
Browse files- Code/gradio_ui.py +1 -0
Code/gradio_ui.py
CHANGED
|
@@ -70,6 +70,7 @@ def create_gradio_interface(vector_db):
|
|
| 70 |
|
| 71 |
# **List of Image Paths for Gallery**
|
| 72 |
image_paths = [result["image_path"] for result in search_results]
|
|
|
|
| 73 |
|
| 74 |
return formatted_text, image_paths
|
| 75 |
|
|
|
|
| 70 |
|
| 71 |
# **List of Image Paths for Gallery**
|
| 72 |
image_paths = [result["image_path"] for result in search_results]
|
| 73 |
+
print("🔍 Image Path Debug:", result["image_path"])
|
| 74 |
|
| 75 |
return formatted_text, image_paths
|
| 76 |
|