Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ def classify_APorPA_and_round(image):
|
|
| 129 |
# ===========================================
|
| 130 |
html_content = """
|
| 131 |
<div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
|
| 132 |
-
<h3>Chest
|
| 133 |
<p>The input image should be a 256×256 (grayscale) PNG file.</p>
|
| 134 |
<p>This model predict both the imaging projection (3 classes: AP, PA, Lateral) and rotation (4 classes: Upright, Inverted, Left rotation, Right rotation) for chest radiographs.</p>
|
| 135 |
</div>
|
|
|
|
| 129 |
# ===========================================
|
| 130 |
html_content = """
|
| 131 |
<div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
|
| 132 |
+
<h3>Chest radiograph: Projection & Rotation Classification</h3>
|
| 133 |
<p>The input image should be a 256×256 (grayscale) PNG file.</p>
|
| 134 |
<p>This model predict both the imaging projection (3 classes: AP, PA, Lateral) and rotation (4 classes: Upright, Inverted, Left rotation, Right rotation) for chest radiographs.</p>
|
| 135 |
</div>
|