Skip to content

Commit bed5214

Browse files
Add files via upload
1 parent 7db0a8f commit bed5214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nora-1.5.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="container mx-auto px-6 py-20 relative z-10">
6464
<div class="max-w-5xl mx-auto text-center">
6565
<div class="mb-8 flex justify-center">
66-
<img src="nora1.5-new.png" alt="NORA Logo" class="w-40 h-40 object-contain" />
66+
<img src="https://raw.githubusercontent.com/declare-lab/nora/main/assets/nora1.5-new.png" alt="NORA Logo" class="w-40 h-40 object-contain" />
6767
</div>
6868
<h1 class="text-6xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-400">NORA-1.5</h1>
6969
<p class="text-2xl text-slate-300 mb-4">Action- and World Model-based Rewards Improve VLA Post-Training</p>
@@ -275,7 +275,7 @@ <h3 class="text-2xl font-bold mb-4 text-orange-400">Cross-Embodiment Transfer</h
275275
<article class="card">
276276
<div class="video-wrap">
277277
<video controls muted playsinline preload="metadata">
278-
<source src="videos/nora1.5.mp4" type="video/mp4" />
278+
<source src="https://raw.githubusercontent.com/declare-lab/nora/main/assets/videos/nora1.5.mp4" type="video/mp4" />
279279
Your browser does not support the video tag.
280280
</video>
281281
</div>
@@ -291,7 +291,7 @@ <h3 class="text-2xl font-bold mb-4 text-orange-400">Cross-Embodiment Transfer</h
291291
<article class="card">
292292
<div class="video-wrap">
293293
<video controls muted playsinline preload="metadata">
294-
<source src="videos/nora1.5-dpo.mp4" type="video/mp4" />
294+
<source src="https://raw.githubusercontent.com/declare-lab/nora/main/assets/videos/nora1.5-dpo.mp4" type="video/mp4" />
295295
Your browser does not support the video tag.
296296
</video>
297297
</div>

0 commit comments

Comments
 (0)