Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- 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("
|
| 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 ---
|