Spaces:
Running
Running
Commit
•
252db8d
1
Parent(s):
2310265
update model
Browse files- src/pages/index.tsx +2 -1
src/pages/index.tsx
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import { Inter } from "next/font/google";
|
|
|
2 |
import CodeMirror from "@uiw/react-codemirror";
|
3 |
import { inlineSuggestion } from "codemirror-extension-inline-suggestion";
|
4 |
import { EditorState } from "@codemirror/state";
|
@@ -67,7 +68,7 @@ export default function Home() {
|
|
67 |
Smol<span className="text-red-600">Pilot</span>
|
68 |
</h1>
|
69 |
<p className="text-slate-800 italic text-sm mb-4 mt-2 text-center">
|
70 |
-
What if you had a 360M parameter model in your pocket?
|
71 |
</p>
|
72 |
{isLoading ? (
|
73 |
<p className="text-center mt-4">{loadingStatus}</p>
|
|
|
1 |
import { Inter } from "next/font/google";
|
2 |
+
import Link from "next/link";
|
3 |
import CodeMirror from "@uiw/react-codemirror";
|
4 |
import { inlineSuggestion } from "codemirror-extension-inline-suggestion";
|
5 |
import { EditorState } from "@codemirror/state";
|
|
|
68 |
Smol<span className="text-red-600">Pilot</span>
|
69 |
</h1>
|
70 |
<p className="text-slate-800 italic text-sm mb-4 mt-2 text-center">
|
71 |
+
What if you had a <Link className="text-black underline font-semibold" href="https://huggingface.co/HuggingFaceTB/SmolLM-360M" target="_blank">360M parameter model</Link> in your pocket?
|
72 |
</p>
|
73 |
{isLoading ? (
|
74 |
<p className="text-center mt-4">{loadingStatus}</p>
|