JKrishnanandhaa commited on
Commit
4c3c534
·
verified ·
1 Parent(s): a6e84c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -406,12 +406,12 @@ with gr.Blocks(css=custom_css) as demo:
406
  gr.HTML(
407
  """
408
  <div style='padding:12px; border:1px solid #444; border-radius:10px; background:var(--background-fill-primary);'>
409
- <p style='margin-top:0; margin-bottom:4px; font-size:1.05em;'><b>Localization:</b> MobileNetV3-Small + UNet</p>
410
  <p style='margin:0 0 8px 0; font-size:0.9em; opacity:0.85;'>Dice: 62.12% | IoU: 45.06% | Precision: 70.77% | Recall: 55.36%</p>
411
 
412
- <p style='margin-top:8px; margin-bottom:4px; font-size:1.05em;'><b>Classification:</b> LightGBM with 526 features</p>
413
- <p style='margin:0 0 8px 0; font-size:0.9em; opacity:0.85;'>Train Accuracy: 90.53% | Val Accuracy: 88.97%</p>
414
-
415
  <p style='margin-top:8px; margin-bottom:0; font-size:1.05em;'><b>Training:</b> 140K samples from DocTamper dataset</p>
416
  </div>
417
  """
 
406
  gr.HTML(
407
  """
408
  <div style='padding:12px; border:1px solid #444; border-radius:10px; background:var(--background-fill-primary);'>
409
+ <p style="margin:0 0 3px 0; font-size:1.05em;"><b>Localization:</b> MobileNetV3-Small + UNet</p>
410
  <p style='margin:0 0 8px 0; font-size:0.9em; opacity:0.85;'>Dice: 62.12% | IoU: 45.06% | Precision: 70.77% | Recall: 55.36%</p>
411
 
412
+ <p style="margin:8px 0 3px 0; font-size:1.05em;"><b>Classification:</b> LightGBM with 526 features</p>
413
+ <p style="margin:0; font-size:0.9em; opacity:0.85;">Train Accuracy: 90.53% | Val Accuracy: 88.97%</p>
414
+
415
  <p style='margin-top:8px; margin-bottom:0; font-size:1.05em;'><b>Training:</b> 140K samples from DocTamper dataset</p>
416
  </div>
417
  """