mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-17 21:18:31 +03:00
Fix last element missing in digit model drop down (#2282)
This commit is contained in:
@@ -93,7 +93,6 @@ function getTFLITEList() {
|
|||||||
|
|
||||||
tflitelist = tflitelist.split("\t");
|
tflitelist = tflitelist.split("\t");
|
||||||
tflitelist.sort();
|
tflitelist.sort();
|
||||||
tflitelist.pop();
|
|
||||||
|
|
||||||
return tflitelist;
|
return tflitelist;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user