awacke1 commited on
Commit
5714557
1 Parent(s): fd764da

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -1
index.html CHANGED
@@ -5,14 +5,30 @@
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://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
 
 
 
 
 
 
 
16
  </p>
17
  </div>
18
  </body>
 
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
+
9
+ <script
10
+ type="module"
11
+ src="https://gradio.s3-us-west-2.amazonaws.com/3.17.0/gradio.js"
12
+ ></script>
13
+
14
+
15
  </head>
16
  <body>
17
  <div class="card">
18
+ <gradio-app src="https://salesforce-blip2.hf.space"></gradio-app>
19
+
20
+ <h1>Welcome to your static Space!</h1>
21
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
22
  <p>
23
  Also don't forget to check the
24
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
25
+
26
+ <iframe
27
+ src="https://salesforce-blip2.hf.space"
28
+ frameborder="0"
29
+ width="850"
30
+ height="450"
31
+ ></iframe>
32
  </p>
33
  </div>
34
  </body>