web: remove the early prototype of cutout functionality

at the time of this commit, there are no models that are good enough and can run in a web browser. this feature might come back when web onnx gets support for beefier models.
This commit is contained in:
wukko
2025-02-07 16:55:28 +06:00
parent 039ccf91be
commit adaf502d66
9 changed files with 2 additions and 727 deletions

View File

@@ -9,7 +9,7 @@
export let beta = false;
const firstTabPage = ["save", "cutout", "remux", "settings"];
const firstTabPage = ["save", "remux", "settings"];
let tab: HTMLElement;