Update index.html
Browse files- index.html +6 -7
index.html
CHANGED
|
@@ -3,24 +3,23 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
-
<h1>Welcome to
|
| 12 |
-
<p>
|
| 13 |
<p>
|
| 14 |
Also don't forget to check the
|
| 15 |
-
<a href="https://exnrt.com" target="_blank">
|
| 16 |
</p>
|
| 17 |
-
|
|
|
|
| 18 |
type="module"
|
| 19 |
src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"
|
| 20 |
></script>
|
| 21 |
|
| 22 |
<gradio-app src="https://sprifi-elisa-ai.hf.space"></gradio-app>
|
| 23 |
-
|
| 24 |
-
</div>
|
| 25 |
</body>
|
| 26 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
+
<title>Mixtral-8x22B-v0.1 Live Demo</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
+
<h1>Welcome to Mixtral-8x22B-v0.1!</h1>
|
| 12 |
+
<p>The below model is running on the <i>Low Parameters</i> Model.</p>
|
| 13 |
<p>
|
| 14 |
Also don't forget to check the
|
| 15 |
+
<a href="https://exnrt.com" target="_blank"> Line Demo Here.</a>.
|
| 16 |
</p>
|
| 17 |
+
</div>
|
| 18 |
+
<script
|
| 19 |
type="module"
|
| 20 |
src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"
|
| 21 |
></script>
|
| 22 |
|
| 23 |
<gradio-app src="https://sprifi-elisa-ai.hf.space"></gradio-app>
|
|
|
|
|
|
|
| 24 |
</body>
|
| 25 |
</html>
|