File size: 764 Bytes
0286e03
 
 
 
 
aea71e8
0286e03
 
c5fa39c
0286e03
aea71e8
0286e03
71c4ac1
 
0286e03
 
aea71e8
 
0286e03
aea71e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>Mixtral-8x7B-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(20,20,66,1) 35%, rgba(65,34,17,1) 100%);">
		<div class="card">
			<h1>Welcome to Mixtral-8x7B-Instruct-v0.1!</h1>
			<p>
				Don't forget to check the full Live Demo
				<a href="https://exnrt.com/ai-chatbot/" target="_blank" style="color: #2effe7;"> Here.</a>🤗
			</p>
		</div>
      <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>
	</body>
</html>