Spaces:
Running
Running
update name
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ def render_gauge(score, itm, cosine, placeholder):
|
|
| 425 |
# SIDEBAR — pipeline steps + live accuracy section (session_state)
|
| 426 |
# ============================================================================
|
| 427 |
with st.sidebar:
|
| 428 |
-
st.title("Image
|
| 429 |
st.markdown("---")
|
| 430 |
st.markdown("### Pipeline Steps")
|
| 431 |
st.markdown("""
|
|
@@ -467,7 +467,7 @@ between image and caption.
|
|
| 467 |
# ============================================================================
|
| 468 |
# MAIN UI
|
| 469 |
# ============================================================================
|
| 470 |
-
st.title("Image
|
| 471 |
st.markdown("Upload an image to generate a refined, grounded caption.")
|
| 472 |
st.markdown("---")
|
| 473 |
|
|
|
|
| 425 |
# SIDEBAR — pipeline steps + live accuracy section (session_state)
|
| 426 |
# ============================================================================
|
| 427 |
with st.sidebar:
|
| 428 |
+
st.title("Image Captioning Refinement Fusion")
|
| 429 |
st.markdown("---")
|
| 430 |
st.markdown("### Pipeline Steps")
|
| 431 |
st.markdown("""
|
|
|
|
| 467 |
# ============================================================================
|
| 468 |
# MAIN UI
|
| 469 |
# ============================================================================
|
| 470 |
+
st.title("Image Captioning Refinement Fusion System")
|
| 471 |
st.markdown("Upload an image to generate a refined, grounded caption.")
|
| 472 |
st.markdown("---")
|
| 473 |
|