Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zehongs authored Sep 4, 2024
1 parent ecf745f commit ed76cfe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gvhmr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -713,17 +713,15 @@ <h3>Citation</h3>
.catch(error => console.error('Error fetching video list:', error));


const videoAppContainer = document.getElementById('video-application-modules-container');
// Add RL demos
fetch('video_lists.json')
.then(response => response.json())
.then(video_lists => {
// Manually create button (id+text); Assign each folder to a button
videoAppContainer.appendChild(createVideoModule('va_rl', 'Humanoid Robot Imitation Learning (Physics Simulation)', video_lists["app_humanoid"], { "ratioTemplate": "a4x3demo" }));
// videoAppContainer.appendChild(createVideoModule('va_aigc', 'AIGC (Animate Anyone)', video_lists["web_sports"]));
createVideoCarousel(video_lists["app_humanoid"], "video-application-modules-container", { "ratioTemplate": "a4x3demo" });
})
.catch(error => console.error('Error fetching video list:', error));

</script>
</body>

</html>
</html>

0 comments on commit ed76cfe

Please sign in to comment.