erichilarysmithsr commited on
Commit
d0011a6
1 Parent(s): 7ab855c

Update index.html

Browse files

Updated with an internal script from hugging faces

Files changed (1) hide show
  1. index.html +8 -2
index.html CHANGED
@@ -1,13 +1,18 @@
1
  <!DOCTYPE html>
2
  <html>
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>
@@ -15,5 +20,6 @@
15
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
  </p>
17
  </div>
 
18
  </body>
19
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <gradio-app src="https://magaer13-mplug-owl.hf.space"></gradio-app>
5
+ <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
  <title>My static Space</title>
8
  <link rel="stylesheet" href="style.css" />
9
  </head>
10
  <body>
11
+ <script
12
+ type="module"
13
+ src="https://gradio.s3-us-west-2.amazonaws.com/3.28.1/gradio.js"
14
+ ></script>
15
+ <div class="card">
16
  <h1>Welcome to your static Space!</h1>
17
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
18
  <p>
 
20
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
21
  </p>
22
  </div>
23
+
24
  </body>
25
  </html>