Spaces:
Build error
Build error
Upload pages/index.js with huggingface_hub
Browse files- pages/index.js +3 -3
pages/index.js
CHANGED
|
@@ -5,15 +5,15 @@ export default function Home() {
|
|
| 5 |
return (
|
| 6 |
<>
|
| 7 |
<Head>
|
| 8 |
-
<title>
|
| 9 |
-
<meta name="description" content="
|
| 10 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 11 |
</Head>
|
| 12 |
<main className="bg-gray-50 min-h-screen">
|
| 13 |
<div className="chat-container">
|
| 14 |
<header className="bg-blue-600 text-white p-4 shadow-md">
|
| 15 |
<div className="flex items-center justify-between">
|
| 16 |
-
<h1 className="text-xl font-bold">
|
| 17 |
<a
|
| 18 |
href="https://huggingface.co/spaces/akhaliq/anycoder"
|
| 19 |
target="_blank"
|
|
|
|
| 5 |
return (
|
| 6 |
<>
|
| 7 |
<Head>
|
| 8 |
+
<title>GLM-4.6V-Flash</title>
|
| 9 |
+
<meta name="description" content="GLM-4.6V series model includes two versions: GLM-4.6V (106B), a foundation model designed for cloud and high-performance cluster scenarios, and GLM-4.6V-Flash (9B), a lightweight model optimized for local deployment and low-latency applications." />
|
| 10 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 11 |
</Head>
|
| 12 |
<main className="bg-gray-50 min-h-screen">
|
| 13 |
<div className="chat-container">
|
| 14 |
<header className="bg-blue-600 text-white p-4 shadow-md">
|
| 15 |
<div className="flex items-center justify-between">
|
| 16 |
+
<h1 className="text-xl font-bold">GLM-4.6V-Flash</h1>
|
| 17 |
<a
|
| 18 |
href="https://huggingface.co/spaces/akhaliq/anycoder"
|
| 19 |
target="_blank"
|