Skip to content

Commit

Permalink
make github api request once the image is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 committed Feb 16, 2025
1 parent b017ece commit 42c063b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<select id="modelSelect">
</select>
&nbsp;
<button id="saveImgBtn">Save Overlay</button>
<button id="saveImgBtn">Save Segmentation</button>
&nbsp;
<button id="saveSceneBtn">Save Scene</button>
&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,5 @@ async function updateStarCount() {
console.error("Error fetching star count:", error);
}
}
await main();
updateStarCount();
main();

0 comments on commit 42c063b

Please sign in to comment.