季仁 commited on
Commit
3434626
1 Parent(s): bd6290e
Files changed (2) hide show
  1. demp.png +0 -0
  2. index.html +7 -3
demp.png ADDED
index.html CHANGED
@@ -2,11 +2,15 @@
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
- <iframe src="http://39.99.141.101/" scrolling="no" frameborder="0"/>
 
 
 
 
11
  </body>
12
  </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">Gradio Demo for OFA-Image_Generation. For an interactive demo, please click this <a href="http://39.99.141.101/" > link</a> </p>
13
+ <img rel="demo" src="./demo.png">
14
+ </div>
15
  </body>
16
  </html>