Spaces:
Running
Running
File size: 1,164 Bytes
03c7681 2ec12a8 03c7681 2ec12a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Demonstração ao Vivo do Mixtral-8x22B-v0.1</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%); font-family: Arial, sans-serif;">
<div class="card" style="text-align: center; margin-top: 100px; color: white;">
<h1>Bem-vindo ao Mixtral-8x22B-v0.1!</h1>
<p>O espaço abaixo está usando o Modelo Mixtral com <i>parâmetros reduzidos</i>.</p>
<p>
Não se esqueça de conferir a
<a href="https://exnrt.com/ai-tools/chatbot/" target="_blank" style="color: #2effe7;"> Demonstração Completa ao Vivo Aqui.</a>🤗
</p>
<p>Aguarde...</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="margin-top: 20px;">"Se a primeira tentativa falhar, tente recarregar a página."</p>
</div>
</body>
</html>
|