Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc4cf3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry committed Oct 12, 2024
1 parent e0efe2b commit 1491dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image_classification/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ $('#backendBtns .btn').on('change', async (e) => {
if (backendId == 'webnn_gpu') {
ui.handleBtnUI('#float16Label', false);
ui.handleBtnUI('#float32Label', false);
$('#float32').click();
utils.displayAvailableModels(modelList, modelIds, deviceType, dataType);
} else if (backendId == 'webnn_npu') {
ui.handleBtnUI('#float16Label', false);
Expand Down

0 comments on commit 1491dd2

Please sign in to comment.