Update app.py
Browse files
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=
|
| 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=
|
| 413 |
-
<p style=
|
| 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 |
"""
|