Skip to content

Commit

Permalink
test mobile video autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-ygu committed May 22, 2024
1 parent 8c60432 commit 243c633
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">
<video id="videoPlayer1" width="100%" autoplay muted>
<video id="videoPlayer1" width="100%" autoplay muted defaultMuted>
<source src="./image_assets/video_demo/MRI-Brain-T1Gd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down Expand Up @@ -279,7 +279,7 @@ <h1 style="font-size: 2em;">Everywhere</h1>
<p>BiomedParse <a href="#" style="color: #6366f1;""><strong>detect</strong></a> the specific object of interest, and locate it at pixel-level precision, even for objects with irregular shapes. By effectively identifying text prompts describing objects that do not exist in the image, BiomedParse is capable of object detection in an end-to-end manner.</p>
</div>
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<video id="videoPlayer2" width="100%" autoplay muted>
<video id="videoPlayer2" width="100%" autoplay muted defaultMuted>
<source src="./image_assets/video_demo/MRI-Brain-T1Gd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -293,7 +293,7 @@ <h1 style="font-size: 2rem;">All at Once</h1>
<p>Tired of typing prompts for every objects? BiomedParse performs object <a href="#" style="color: #6366f1;""><strong>recognition</strong></a> all at once. BiomedParse learned 82 objects types and automatically identifies 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">
<video id="videoPlayer3" width="100%" autoplay muted>
<video id="videoPlayer3" width="100%" autoplay muted defaultMuted>
<source src="./image_assets/video_demo/MRI-Brain-T1Gd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 243c633

Please sign in to comment.