jclyo1 commited on
Commit
4868035
·
1 Parent(s): c742099
Files changed (2) hide show
  1. static/index.html +14 -3
  2. static/script.js +0 -7
static/index.html CHANGED
@@ -14,8 +14,10 @@
14
  src="https://display.truepic.com/truepic_display.es.js"
15
  ></script>
16
 
17
- <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.contentWindow.min.js" async=""></script>
18
-
 
 
19
  </head>
20
  <body>
21
  <section id="header">
@@ -34,7 +36,7 @@
34
  <img src="images/heart_icon.svg" /> Like this Space in the nav above
35
  </p>
36
  <p>
37
- <img src="images/wave_icon.svg" /> Joining the conversation in the
38
  Community tab
39
  </p>
40
  </div>
@@ -199,6 +201,15 @@
199
  known as provenance, accompanies your media and can be extracted and
200
  displayed using a tool or website.
201
  </p>
 
 
 
 
 
 
 
 
 
202
  </div>
203
  </div>
204
  </section>
 
14
  src="https://display.truepic.com/truepic_display.es.js"
15
  ></script>
16
 
17
+ <script
18
+ src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.contentWindow.min.js"
19
+ async=""
20
+ ></script>
21
  </head>
22
  <body>
23
  <section id="header">
 
36
  <img src="images/heart_icon.svg" /> Like this Space in the nav above
37
  </p>
38
  <p>
39
+ <img src="images/wave_icon.svg" /> Join the conversation in the
40
  Community tab
41
  </p>
42
  </div>
 
201
  known as provenance, accompanies your media and can be extracted and
202
  displayed using a tool or website.
203
  </p>
204
+
205
+ <p>
206
+ Want to know more? Read our
207
+ <a
208
+ href="https://huggingface.co/blog/alicia-truepic/identify-ai-generated-content"
209
+ target="_blank"
210
+ >community blog post</a
211
+ >.
212
+ </p>
213
  </div>
214
  </div>
215
  </section>
static/script.js CHANGED
@@ -237,13 +237,6 @@ function setCertificate(ind) {
237
  document.querySelector(".details .algorithm").innerHTML =
238
  certificate.algorithm;
239
 
240
- if (certificate.modulus !== undefined) {
241
- document.querySelector(".details .modulus").innerHTML = certificate.modulus;
242
- document.querySelector("#modulusContainers").style.display = "block";
243
- } else {
244
- document.querySelector("#modulusContainers").style.display = "none";
245
- }
246
-
247
  if (certificate.namedCurve !== undefined) {
248
  document.querySelector(".details .namedCurve").innerHTML =
249
  certificate.namedCurve;
 
237
  document.querySelector(".details .algorithm").innerHTML =
238
  certificate.algorithm;
239
 
 
 
 
 
 
 
 
240
  if (certificate.namedCurve !== undefined) {
241
  document.querySelector(".details .namedCurve").innerHTML =
242
  certificate.namedCurve;