FrancescaScipioni commited on
Commit
f262b39
·
verified ·
1 Parent(s): 9468b8f

Update Code/gradio_ui.py

Browse files
Files changed (1) hide show
  1. 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