Afsha001 commited on
Commit
1277be2
Β·
verified Β·
1 Parent(s): 4c45c7c

update github

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -457,6 +457,7 @@ between image and caption.
457
  # ── MAIN UI ────────────────────────────────────────────────────────
458
  st.title("Image Captioning Refinement Fusion System")
459
  st.markdown("Upload an image to generate a refined, grounded caption.")
 
460
  st.markdown("---")
461
 
462
  uploaded_file = st.file_uploader(
@@ -479,7 +480,7 @@ if uploaded_file is not None:
479
  st.info(" First time? Models are downloading and loading β€” this takes 3 to 4 minutes only once. After that, every run will be much faster!")
480
  st.warning(" Please do not refresh or close the page while models are loading.")
481
 
482
- with st.spinner("⏳ Loading Florence-2, BLIP and Qwen models... Please wait patiently!"):
483
  (
484
  florence_proc, florence_mod,
485
  blip_proc, blip_itm,
 
457
  # ── MAIN UI ────────────────────────────────────────────────────────
458
  st.title("Image Captioning Refinement Fusion System")
459
  st.markdown("Upload an image to generate a refined, grounded caption.")
460
+ st.markdown("Research project β€” M.Sc. Data Science, AMU Β· [GitHub](https://github.com/Afsha001/image-captioning-refinement)")
461
  st.markdown("---")
462
 
463
  uploaded_file = st.file_uploader(
 
480
  st.info(" First time? Models are downloading and loading β€” this takes 3 to 4 minutes only once. After that, every run will be much faster!")
481
  st.warning(" Please do not refresh or close the page while models are loading.")
482
 
483
+ with st.spinner(" Loading Florence-2, BLIP and Qwen models... Please wait patiently!"):
484
  (
485
  florence_proc, florence_mod,
486
  blip_proc, blip_itm,