Ateeqq commited on
Commit
4544130
1 Parent(s): 96f4c1f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -7
index.html CHANGED
@@ -3,24 +3,23 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
  <p>
14
  Also don't forget to check the
15
- <a href="https://exnrt.com" target="_blank">Check Line Demo Here.</a>.
16
  </p>
17
- <script
 
18
  type="module"
19
  src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"
20
  ></script>
21
 
22
  <gradio-app src="https://sprifi-elisa-ai.hf.space"></gradio-app>
23
-
24
- </div>
25
  </body>
26
  </html>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>Mixtral-8x22B-v0.1 Live Demo</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>Welcome to Mixtral-8x22B-v0.1!</h1>
12
+ <p>The below model is running on the <i>Low Parameters</i> Model.</p>
13
  <p>
14
  Also don't forget to check the
15
+ <a href="https://exnrt.com" target="_blank"> Line Demo Here.</a>.
16
  </p>
17
+ </div>
18
+ <script
19
  type="module"
20
  src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"
21
  ></script>
22
 
23
  <gradio-app src="https://sprifi-elisa-ai.hf.space"></gradio-app>
 
 
24
  </body>
25
  </html>