update chrome plugin with model size dropdown

This commit is contained in:
makaveli10
2023-12-14 23:52:25 +05:30
parent 7ffcad64ba
commit 14beb4f942
5 changed files with 277 additions and 5 deletions
+2 -1
View File
@@ -156,7 +156,8 @@ async function startCapture(options) {
port: options.port,
multilingual: options.useMultilingual,
language: options.language,
task: options.task
task: options.task,
modelSize: options.modelSize
},
});
} else {