ThomasSimonini HF staff commited on
Commit
54b3dc7
·
1 Parent(s): 8aacc0c

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -7
index.html CHANGED
@@ -43,9 +43,6 @@ We launched a <b>free class from beginner to expert!</b>
43
  </div>
44
  </div>
45
 
46
-
47
-
48
-
49
  <div id="unity-container" class="unity-desktop">
50
  <canvas id="unity-canvas"></canvas>
51
  </div>
@@ -62,11 +59,11 @@ We launched a <b>free class from beginner to expert!</b>
62
  <script>
63
  const hideFullScreenButton = "";
64
  const buildUrl = "Build";
65
- const loaderUrl = buildUrl + "/HuggyCorrectUnity.loader.js";
66
  const config = {
67
- dataUrl: buildUrl + "/HuggyCorrectUnity.data.unityweb",
68
- frameworkUrl: buildUrl + "/HuggyCorrectUnity.framework.js.unityweb",
69
- codeUrl: buildUrl + "/HuggyCorrectUnity.wasm.unityweb",
70
  streamingAssetsUrl: "StreamingAssets",
71
  companyName: "Hugging Face",
72
  productName: "Huggy",
 
43
  </div>
44
  </div>
45
 
 
 
 
46
  <div id="unity-container" class="unity-desktop">
47
  <canvas id="unity-canvas"></canvas>
48
  </div>
 
59
  <script>
60
  const hideFullScreenButton = "";
61
  const buildUrl = "Build";
62
+ const loaderUrl = buildUrl + "/Huggy.loader.js";
63
  const config = {
64
+ dataUrl: buildUrl + "/Huggy.data.unityweb",
65
+ frameworkUrl: buildUrl + "/Huggy.framework.js.unityweb",
66
+ codeUrl: buildUrl + "/Huggy.wasm.unityweb",
67
  streamingAssetsUrl: "StreamingAssets",
68
  companyName: "Hugging Face",
69
  productName: "Huggy",