diff --git a/src/pages/detect.vue b/src/pages/detect.vue index d42a3ec..7f7d9bf 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -146,7 +146,7 @@ --f7-chip-border-radius: 16px; --f7-chip-media-size: 32px; --f7-chip-font-weight: normal; - overflow-y: scroll; + overflow-y: auto; max-height: 100%; } @@ -334,9 +334,9 @@ this.detectorName = 'thorax' this.classesList = thoraxClasses /* VITE setting */ - //this.modelLocation = '../models/thorax_tfwm/model.json' + this.modelLocation = '../models/thorax_tfwm/model.json' /* PWA Build setting */ - this.modelLocation = './models/thorax_tfwm/model.json' + //this.modelLocation = './models/thorax_tfwm/model.json' this.modelLocationCordova = 'https://localhost/models/thorax_tfwm/model.json' break; case 'abdomen':