Spaces:
Running
Running
Commit
·
c41cfa5
1
Parent(s):
a0e0216
Update index.html
Browse files- index.html +17 -3
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="description"
|
6 |
-
content="
|
7 |
<meta name="keywords"
|
8 |
content="LEDITS++, DPM solver++ inversion, LEDITS, semantic guidance, SEGA, real image editing">
|
9 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
@@ -239,8 +239,6 @@
|
|
239 |
|
240 |
</div>
|
241 |
</section>
|
242 |
-
|
243 |
-
|
244 |
<section class="section">
|
245 |
<div class="container is-max-desktop">
|
246 |
<div class="column">
|
@@ -319,7 +317,23 @@
|
|
319 |
</div>
|
320 |
|
321 |
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
|
|
|
|
|
|
|
|
|
323 |
<!-- portraits video -->
|
324 |
<!--<section class="hero teaser">-->
|
325 |
<!-- <div class="container is-max-desktop">-->
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="description"
|
6 |
+
content="LEDITS++ Limitless Image Editing using Text-to-Image Models">
|
7 |
<meta name="keywords"
|
8 |
content="LEDITS++, DPM solver++ inversion, LEDITS, semantic guidance, SEGA, real image editing">
|
9 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
239 |
|
240 |
</div>
|
241 |
</section>
|
|
|
|
|
242 |
<section class="section">
|
243 |
<div class="container is-max-desktop">
|
244 |
<div class="column">
|
|
|
317 |
</div>
|
318 |
|
319 |
</section>
|
320 |
+
<section class="section">
|
321 |
+
<div class="container is-max-desktop">
|
322 |
+
<div class="columns is-centered has-text-centered">
|
323 |
+
<h2 class="title is-3">Interactive Demo
|
324 |
+
</h2>
|
325 |
+
</div>
|
326 |
+
<script
|
327 |
+
type="module"
|
328 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/3.43.0/gradio.js"
|
329 |
+
></script>
|
330 |
+
|
331 |
+
<gradio-app src="https://editing-images-ledtisplusplus.hf.space"></gradio-app>
|
332 |
|
333 |
+
</div>
|
334 |
+
</section>
|
335 |
+
|
336 |
+
|
337 |
<!-- portraits video -->
|
338 |
<!--<section class="hero teaser">-->
|
339 |
<!-- <div class="container is-max-desktop">-->
|