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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ 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: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>
 
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 0px 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>