update
Browse files- demp.png +0 -0
- index.html +7 -3
demp.png
ADDED
index.html
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
|
|
|
|
|
|
|
|
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>
|