Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/imageCaptioning.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "LLM Models";
script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://boostlet.org/dist/boostlet.min.js";
Expand Down
1 change: 1 addition & 0 deletions examples/melanoma.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "Machine Learning";
let boostletLoaded = false;
let tfscriptLoaded = false;

Expand Down
1 change: 1 addition & 0 deletions examples/plotly.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "Data Visualization";
script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://boostlet.org/dist/boostlet.min.js";
Expand Down
1 change: 1 addition & 0 deletions examples/segmentanything.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "Machine Learning";
let boostletLoaded = false;
let boxCraftLoaded = false;

Expand Down
1 change: 1 addition & 0 deletions examples/sobel.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "Filters";
script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://boostlet.org/dist/boostlet.min.js";
Expand Down
1 change: 1 addition & 0 deletions examples/trako.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let boostletCategory = "Filters";
script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://boostlet.org/dist/boostlet.min.js";
Expand Down