Skip to content

Commit 6c87025

Browse files
committed
Transformers.js shoutout! 😄
1 parent dcc0b4b commit 6c87025

File tree

1 file changed

+1
-5
lines changed
  • examples/live-examples-nextjs/src/app

1 file changed

+1
-5
lines changed

examples/live-examples-nextjs/src/app/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,14 @@ export default function Home() {
191191
</div>
192192

193193
<p className="text-gray-300 text-base mb-4">
194-
We've integrated Meta's groundbreaking DINOv3 model for self-supervised learning at unprecedented scale.
194+
We've just added Meta's groundbreaking DINOv3 model thanks to the awesome integration with Hugging Face's 🤗 <a href="https://github.com/huggingface/transformers.js/" target="_blank" rel="noopener noreferrer" className="text-purple-400 hover:text-purple-300 transition-colors">Transformers.js</a>.
195195
</p>
196196

197197
<div className="flex flex-col sm:flex-row gap-3">
198198
<a href="/geoai-live/tasks/image-feature-extraction" className="flex items-center gap-2 px-4 py-2 bg-purple-600 hover:bg-purple-500 text-white font-semibold rounded-lg transition-colors text-sm">
199199
<span>Try DINOv3 Demo</span>
200200
<span className="text-purple-200"></span>
201201
</a>
202-
<a href="https://ai.meta.com/dinov3/" target="_blank" rel="noopener noreferrer" className="flex items-center gap-2 px-4 py-2 bg-gray-700 hover:bg-gray-600 text-white font-semibold rounded-lg transition-colors text-sm">
203-
<span>Learn About DINOv3</span>
204-
<span className="text-gray-300"></span>
205-
</a>
206202
</div>
207203
</div>
208204

0 commit comments

Comments
 (0)