Skip to content

Commit

Permalink
Merge pull request #56 from Girish-Anadv-07/load_brainforge_first
Browse files Browse the repository at this point in the history
make github api request once the image is loaded
  • Loading branch information
sergeyplis authored Feb 16, 2025
2 parents b017ece + 42c063b commit bf86999
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 bf86999

Please sign in to comment.