Spaces:
Running
Running
Update templates/yolo.html
Browse files- templates/yolo.html +3 -3
templates/yolo.html
CHANGED
|
@@ -158,11 +158,11 @@
|
|
| 158 |
<div class="instructions">
|
| 159 |
<h2>How to Use This Tool:</h2>
|
| 160 |
<ol>
|
| 161 |
-
<li>Click the
|
| 162 |
-
<li>Once the image is uploaded, click the
|
| 163 |
<li>The classified image will appear on the right, showing detected components and voids.</li>
|
| 164 |
<li>A table will be populated with the area data for each detected component.</li>
|
| 165 |
-
<li>Click the
|
| 166 |
</ol>
|
| 167 |
</div>
|
| 168 |
|
|
|
|
| 158 |
<div class="instructions">
|
| 159 |
<h2>How to Use This Tool:</h2>
|
| 160 |
<ol>
|
| 161 |
+
<li>Click the <strong>Choose File</strong> button to upload an image.</li>
|
| 162 |
+
<li>Once the image is uploaded, click the <strong>Classify</strong> button to automatically detect and classify voids and components.</li>
|
| 163 |
<li>The classified image will appear on the right, showing detected components and voids.</li>
|
| 164 |
<li>A table will be populated with the area data for each detected component.</li>
|
| 165 |
+
<li>Click the <strong>Export to CSV</strong> button to download the data from the table as a CSV file.</li>
|
| 166 |
</ol>
|
| 167 |
</div>
|
| 168 |
|