Skip to content

Commit

Permalink
Update index.html with rotated images
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-zhao authored Aug 28, 2024
1 parent f176c47 commit 351877d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1 style="font-size: 2em;">Everything</h1>

<!-- Right side: Single Video section -->
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<img id="gifPlayer1" src="./image_assets/gif_demo/MRI-Brain-T1Gd_gif_crop.gif" alt="BiomedParse Demo" width="100%">
<img id="gifPlayer1" src="./image_assets/gif_demo/MRI-Brain-T1Gd_rotate.gif" alt="BiomedParse Demo" width="100%">
</div>
</section>

Expand All @@ -264,7 +264,7 @@ <h1 style="font-size: 2rem;">All at Once</h1>
<p>Tired of typing prompts for every objects? BiomedParse can do object <a href="#" style="color: #6366f1;"><strong>recognition</strong></a> all at once. Having learned 82 object types, BiomedParse can automatically identify all objects in a given image along with their semantic types, and simultaneously segment and label all biomedical objects of interests.</p>
</div>
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<img id="gifPlayer3" src="./image_assets/gif_demo/MRI-Brain-T1Gd_gif_crop.gif" alt="BiomedParse Demo" width="100%">
<img id="gifPlayer3" src="./image_assets/gif_demo/MRI-Brain-T1Gd_rotate.gif" alt="BiomedParse Demo" width="100%">
</div>
</section>

Expand Down Expand Up @@ -295,7 +295,7 @@ <h1 style="font-size: 2rem;">All at Once</h1>
document.addEventListener('DOMContentLoaded', function () {
var allGifs = [
[
'./image_assets/gif_demo/MRI-Brain-T1Gd_gif_crop.gif',
'./image_assets/gif_demo/MRI-Brain-T1Gd_rotate.gif',
'./image_assets/gif_demo/Pathology_prompts_gif_crop.gif'
],
[
Expand Down

0 comments on commit 351877d

Please sign in to comment.