Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -41,6 +41,7 @@
|
|
41 |
<option disabled="" value="">--Select Model--</option>
|
42 |
<option value="yolov9c-seg">Base Model Small</option>
|
43 |
<option value="yolov9e-seg">Base Model Large</option>
|
|
|
44 |
<option value="FabricScanV1">FabricScan v1</option>
|
45 |
</select>
|
46 |
<span class="pointer-events-none absolute flex h-full w-10 items-center justify-center text-secondary-700 peer-focus:text-secondary dark:text-navy-300 dark:peer-focus:text-accent">
|
|
|
41 |
<option disabled="" value="">--Select Model--</option>
|
42 |
<option value="yolov9c-seg">Base Model Small</option>
|
43 |
<option value="yolov9e-seg">Base Model Large</option>
|
44 |
+
<option value="yolov8n-seg">Yolov8n Small</option>
|
45 |
<option value="FabricScanV1">FabricScan v1</option>
|
46 |
</select>
|
47 |
<span class="pointer-events-none absolute flex h-full w-10 items-center justify-center text-secondary-700 peer-focus:text-secondary dark:text-navy-300 dark:peer-focus:text-accent">
|