JKrishnanandhaa commited on
Commit
a2e4830
·
verified ·
1 Parent(s): d11b976

Update app.py

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