|
<!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> |
|
<div class="card"> |
|
<h1>Welcome to Mixtral-8x22B-v0.1!</h1> |
|
<p>The model below is running on <i>low parameters</i>.</p> |
|
<p> |
|
Also don't forget to check the full |
|
<a href="https://exnrt.com/ai-chatbot/" target="_blank"> Line Demo Here.</a>π€ |
|
</p> |
|
<script |
|
type="module" |
|
src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js" |
|
></script> |
|
|
|
<gradio-app src="https://sprifi-elisa-ai.hf.space"></gradio-app> |
|
</div> |
|
</body> |
|
</html> |
|
|