Spaces:
Running
Running
Commit
·
7afefd0
1
Parent(s):
ee14996
Update index.html
Browse files- index.html +7 -8
index.html
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
}
|
37 |
}
|
38 |
@media only screen and (min-width: 901px) {
|
39 |
-
img{
|
40 |
width: 80vw !important
|
41 |
}
|
42 |
}
|
@@ -332,13 +332,12 @@
|
|
332 |
<div class="columns is-centered has-text-centered">
|
333 |
<h2 class="title is-3">Interactive Demo</h2>
|
334 |
</div>
|
335 |
-
<
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
></
|
341 |
-
|
342 |
|
343 |
</div>
|
344 |
</section>
|
|
|
36 |
}
|
37 |
}
|
38 |
@media only screen and (min-width: 901px) {
|
39 |
+
.is-centered img{
|
40 |
width: 80vw !important
|
41 |
}
|
42 |
}
|
|
|
332 |
<div class="columns is-centered has-text-centered">
|
333 |
<h2 class="title is-3">Interactive Demo</h2>
|
334 |
</div>
|
335 |
+
<script
|
336 |
+
type="module"
|
337 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/3.43.0/gradio.js"
|
338 |
+
></script>
|
339 |
+
|
340 |
+
<gradio-app src="https://editing-images-ledtisplusplus.hf.space"></gradio-app>
|
|
|
341 |
|
342 |
</div>
|
343 |
</section>
|