gopalagra commited on
Commit
96877e1
·
verified ·
1 Parent(s): 231ea1e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -0
index.html CHANGED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Blind Project</title>
5
+ <style>
6
+ html, body {
7
+ margin: 0;
8
+ height: 100%;
9
+ overflow: hidden;
10
+ }
11
+ iframe {
12
+ border: none;
13
+ width: 100%;
14
+ height: 100%;
15
+ }
16
+ </style>
17
+ </head>
18
+ <body>
19
+ <iframe src="https://huggingface.co/spaces/usernagopalagra/blind-image-captioning/+" allow="fullscreen"></iframe>
20
+ </body>
21
+ </html>