Commit
·
5053808
1
Parent(s):
80fe4eb
use official npm
Browse files- app/page.tsx +1 -1
app/page.tsx
CHANGED
@@ -6,7 +6,7 @@ import { categories } from "@/lib/categories";
|
|
6 |
export default function Home() {
|
7 |
return (
|
8 |
<div className="container mx-auto px-4 py-8 text-center">
|
9 |
-
<PillLink text="Transformers.js" link="https://www.npmjs.com/package/@
|
10 |
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold tracking-tighter mb-4">
|
11 |
Playground
|
12 |
</h1>
|
|
|
6 |
export default function Home() {
|
7 |
return (
|
8 |
<div className="container mx-auto px-4 py-8 text-center">
|
9 |
+
<PillLink text="Transformers.js" link="https://www.npmjs.com/package/@huggingface/transformers" newText='Powered by' />
|
10 |
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold tracking-tighter mb-4">
|
11 |
Playground
|
12 |
</h1>
|