update
Browse files- index.html +2 -2
- style.css +5 -1
index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
<h1 class="title">OFA-Image_Generation</h1>
|
| 12 |
-
<p class="description">
|
| 13 |
-
<img rel="demo" src="
|
| 14 |
</div>
|
| 15 |
</body>
|
| 16 |
</html>
|
|
|
|
| 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>
|
style.css
CHANGED
|
@@ -30,4 +30,8 @@ p {
|
|
| 30 |
iframe {
|
| 31 |
height:90vh;
|
| 32 |
width:90vw;
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
iframe {
|
| 31 |
height:90vh;
|
| 32 |
width:90vw;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
img{
|
| 36 |
+
max-width: 100%;
|
| 37 |
+
}
|