Ayesha-Majeed commited on
Commit
cd4235b
Β·
verified Β·
1 Parent(s): 5bd9410

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -577,7 +577,7 @@ with gr.Blocks(theme=theme, title="Car Window Segmentation") as demo:
577
 
578
  # ── TAB 3: Comprehensive Evaluation ──
579
  with gr.Tab("Comprehensive Evaluation"):
580
- gr.Markdown("### πŸ” Comprehensive Evaluation: Results from All Trained and Pretrained Models")
581
  gr.Markdown("""**The following models will run and display their results below:**
582
 
583
  **Custom Trained Models:**
@@ -597,7 +597,7 @@ with gr.Blocks(theme=theme, title="Car Window Segmentation") as demo:
597
  10. Grounded SAM
598
  11. Intelliarts Car Parts
599
 
600
- **Note:** SegFormer and YOLO11x deliver the best performance with significantly sharper edge precision.
601
  """)
602
 
603
  with gr.Row():
 
577
 
578
  # ── TAB 3: Comprehensive Evaluation ──
579
  with gr.Tab("Comprehensive Evaluation"):
580
+ gr.Markdown("### Comprehensive Evaluation: Results from All Trained and Pretrained Models")
581
  gr.Markdown("""**The following models will run and display their results below:**
582
 
583
  **Custom Trained Models:**
 
597
  10. Grounded SAM
598
  11. Intelliarts Car Parts
599
 
600
+ **Our Findings:** SegFormer and YOLO11x deliver the best performance with significantly sharper edge precision.
601
  """)
602
 
603
  with gr.Row():