DHEIVER commited on
Commit
03c7681
1 Parent(s): 6033c1c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -21
index.html CHANGED
@@ -1,23 +1,23 @@
1
- <!doctype html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>Live Demo do Mixtral-8x22B-v0.1</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <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;">
10
- <div class="card" style="text-align: center; margin-top: 100px; color: white;">
11
- <h1>Bem-vindo ao Mixtral-8x22B-v0.1!</h1>
12
- <p>O espaço abaixo está executando o Modelo Mixtral com <i>parâmetros baixos</i>.</p>
13
- <p>
14
- Não se esqueça de conferir a
15
- <a href="https://exnrt.com/ai-tools/chatbot/" target="_blank" style="color: #2effe7;"> Demonstração ao Vivo Completa Aqui.</a>🤗
16
- </p>
17
- <p>Aguarde...</p>
18
- <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
19
- <gradio-app src="https://coleguion-mistral8x7b.hf.space"></gradio-app>
20
- <p style="margin-top: 20px;">"Se a primeira tentativa falhar, tente recarregar a página."</p>
21
- </div>
22
- </body>
23
  </html>
 
1
+ <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <title>Demonstração ao Vivo do Mixtral-8x22B-v0.1</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <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;">
10
+ <div class="card" style="text-align: center; margin-top: 100px; color: white;">
11
+ <h1>Bem-vindo ao Mixtral-8x22B-v0.1!</h1>
12
+ <p>O espaço abaixo está usando o Modelo Mixtral com <i>parâmetros reduzidos</i>.</p>
13
+ <p>
14
+ Não se esqueça de conferir a
15
+ <a href="https://exnrt.com/ai-tools/chatbot/" target="_blank" style="color: #2effe7;"> Demonstração Completa ao Vivo Aqui.</a>🤗
16
+ </p>
17
+ <p>Aguarde...</p>
18
+ <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
19
+ <gradio-app src="https://coleguion-mistral8x7b.hf.space"></gradio-app>
20
+ <p style="margin-top: 20px;">"Se a primeira tentativa falhar, tente recarregar a página."</p>
21
+ </div>
22
+ </body>
23
  </html>