upgraded tool

This commit is contained in:
ParisNeo
2023-04-24 23:11:32 +02:00
parent 9fd814a3b3
commit 18eb207fa8
6 changed files with 14 additions and 7 deletions

View File

@ -231,6 +231,7 @@ fetch('/settings')
}
function populate_models(){
selectModel.innerHTML=""
// Fetch the list of .bin files from the models subfolder
fetch('/list_models')
.then(response => response.json())