HFswapnil commited on
Commit
8afcd9f
·
verified ·
1 Parent(s): 1713300

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -165,7 +165,7 @@ VizWiz Challenge 2025 is the 1th edition of the Few-Shot Private Object Localiza
165
  Note: All the timings on the EvalAI platform are local to your timezone.
166
  """
167
  )
168
- overview_image = Image.open("./overview_image.png").resize((600, 600))
169
  st.image(overview_image, caption="Example of an object localization task", )
170
 
171
  # --- NEW: Evaluation Expander ---
 
165
  Note: All the timings on the EvalAI platform are local to your timezone.
166
  """
167
  )
168
+ overview_image = Image.open("/src/overview_image.png").resize((600, 600))
169
  st.image(overview_image, caption="Example of an object localization task", )
170
 
171
  # --- NEW: Evaluation Expander ---