Spaces:
Running
Running
Linoy Tsaban
commited on
Commit
·
a85aa80
1
Parent(s):
2412a2b
Update index.html
Browse files- index.html +3 -8
index.html
CHANGED
|
@@ -207,22 +207,17 @@
|
|
| 207 |
</p>
|
| 208 |
<section class="section">
|
| 209 |
<div class="container is-max-desktop">
|
| 210 |
-
|
| 211 |
-
<img src="static/images/removal.png"
|
| 212 |
-
class="interpolation-image"
|
| 213 |
-
style="max-height:800px; max-width:800px"
|
| 214 |
-
alt="examples"/>
|
| 215 |
-
</div>
|
| 216 |
<div class="columns is-centered has-text-centered">
|
| 217 |
<img src="static/images/replacement.png"
|
| 218 |
class="interpolation-image"
|
| 219 |
-
style="max-height:800px; max-width:
|
| 220 |
alt="examples"/>
|
| 221 |
</div>
|
| 222 |
<div class="columns is-centered has-text-centered">
|
| 223 |
<img src="static/images/style_transfer.png"
|
| 224 |
class="interpolation-image"
|
| 225 |
-
style="max-height:800px; max-width:
|
| 226 |
alt="examples"/>
|
| 227 |
</div>
|
| 228 |
</div>
|
|
|
|
| 207 |
</p>
|
| 208 |
<section class="section">
|
| 209 |
<div class="container is-max-desktop">
|
| 210 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
<div class="columns is-centered has-text-centered">
|
| 212 |
<img src="static/images/replacement.png"
|
| 213 |
class="interpolation-image"
|
| 214 |
+
style="max-height:800px; max-width:1000px"
|
| 215 |
alt="examples"/>
|
| 216 |
</div>
|
| 217 |
<div class="columns is-centered has-text-centered">
|
| 218 |
<img src="static/images/style_transfer.png"
|
| 219 |
class="interpolation-image"
|
| 220 |
+
style="max-height:800px; max-width:1000px"
|
| 221 |
alt="examples"/>
|
| 222 |
</div>
|
| 223 |
</div>
|