Iurnem commited on
Commit
54efe90
·
1 Parent(s): 283d7dc
Files changed (1) hide show
  1. index.html +14 -13
index.html CHANGED
@@ -1,16 +1,17 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name='viewport' content='width=device-width,initial-scale=1'>
6
- <title>OFA-Image_Generation</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1 class="title">OFA-Image_Generation</h1>
12
- <p class="description">For an interactive demo, please click this <a href="http://39.99.141.101/" > link</a> </p>
13
- <img rel="demo" src="https://github.com/OFA-Sys/OFA/raw/main/examples/normal_images.png">
14
- </div>
15
- </body>
 
16
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta name='viewport' content='width=device-width,initial-scale=1'>
6
+ <title>OFA-Image_Generation</title>
7
+ <link rel="stylesheet" href="style.css"/>
8
+ </head>
9
+ <body>
10
+ <div class="card">
11
+ <h1 class="title">OFA-Image_Generation</h1>
12
+ <p class="description">For an interactive demo, please click this <a href="http://39.99.141.101/" target="_blank">
13
+ link</a></p>
14
+ <img rel="demo" src="https://github.com/OFA-Sys/OFA/raw/main/examples/normal_images.png">
15
+ </div>
16
+ </body>
17
  </html>