multimodalart HF staff commited on
Commit
7afefd0
·
1 Parent(s): ee14996

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <iframe
336
- src="https://editing-images-ledtisplusplus.hf.space"
337
- frameborder="0"
338
- width="850"
339
- height="800"
340
- ></iframe>
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>