AEUPH commited on
Commit
4d49e2d
·
verified ·
1 Parent(s): c025d8b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -46,7 +46,7 @@
46
  if (match) {
47
  var repo = match[1];
48
  var space = match[2];
49
- var targetUrl = "https://huggingface.co/?script=huggingface.co/spaces/" + repo + "/" + space
50
  console.log("targetUrl:", targetUrl)
51
  document.getElementById("dynamic-iframe").src = targetUrl;
52
  } else {
 
46
  if (match) {
47
  var repo = match[1];
48
  var space = match[2];
49
+ var targetUrl = "https://huggingface.co/spaces/" + repo + "/" + space
50
  console.log("targetUrl:", targetUrl)
51
  document.getElementById("dynamic-iframe").src = targetUrl;
52
  } else {