Mixtral-8x22B / index.html
DHEIVER's picture
Upload 3 files
2ec12a8 verified
raw history blame
No virus
1.04 kB
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Mixtral-8x22B-v0.1 Live Demo</title>
<link rel="stylesheet" href="style.css" />
</head>
<body style="background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(150,53,0,1) 100%);">
<div class="card">
<h1>Welcome to Mixtral-8x22B-v0.1!</h1>
<p>The space below is running on <i>low parameters</i> Mixtral Model.</p>
<p>
Don't forget to check the full
<a href="https://exnrt.com/ai-tools/chatbot/" target="_blank" style="color: #2effe7;"> Live Demo Here.</a>πŸ€—
</p>
<p style="text-align:center; color: gray;">Wait....</p>
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
<gradio-app src="https://coleguion-mistral8x7b.hf.space"></gradio-app>
<p style="text-align:center; color: gray; margin-top: 20px; ">"If the first attempt fails, try reloading."</p>
</div>
</body>
</html>