Update index.html
Browse files- index.html +10 -15
index.html
CHANGED
@@ -1,16 +1,11 @@
|
|
1 |
-
<!
|
2 |
-
<html
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
<title>Bellatrix by Llama 3.2</title>
|
8 |
-
<script type="module" crossorigin src="/assets/index-DOpxePw8.js"></script>
|
9 |
-
<link rel="stylesheet" crossorigin href="/assets/index-CkK2fl00.css">
|
10 |
-
</head>
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
</html>
|
16 |
-
<!-- The model used in the space: prithivMLmods/Bellatrix-Tiny-1B-v3 -->
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>View URL</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
|
|
|
|
|
|
|
|
7 |
|
8 |
+
<iframe src="https://bellatrix-tiny3-1b-webgpu.vercel.app/" style="width:100%; height:800px;"></iframe>
|
9 |
+
|
10 |
+
</body>
|
11 |
+
</html>
|
|