Skip to content

Commit

Permalink
fix video order
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-ygu committed May 21, 2024
1 parent 2618c2d commit 16ad4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ <h1 style="font-size: 2rem;">All at Once</h1>
'./image_assets/video_demo/MRI-Brain-T1Gd.mp4',
'./image_assets/video_demo/Pathology_prompts.mp4'
],
["./image_assets/video_demo/Cat.mp4",
"./image_assets/video_demo/CT-nodule.mp4"
["./image_assets/video_demo/CT-nodule.mp4",
"./image_assets/video_demo/CT-COVID.mp4"
],
["./image_assets/video_demo/CT-Abdomen_short.mp4",
"./image_assets/video_demo/Pathology_all_cells.mp4"
Expand Down

0 comments on commit 16ad4de

Please sign in to comment.