Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
</head>
|
8 |
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
|
9 |
<canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
|
10 |
-
<script src="
|
11 |
<script>
|
12 |
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
|
13 |
// Mobile device style: fill the whole browser client area with the game canvas:
|
@@ -25,9 +25,9 @@
|
|
25 |
}
|
26 |
|
27 |
createUnityInstance(document.querySelector("#unity-canvas"), {
|
28 |
-
dataUrl: "
|
29 |
-
frameworkUrl: "
|
30 |
-
codeUrl: "
|
31 |
streamingAssetsUrl: "StreamingAssets",
|
32 |
companyName: "3D HTML5 AI on HuggingFace",
|
33 |
productName: "3D HTML5 AI on HuggingFace",
|
|
|
7 |
</head>
|
8 |
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
|
9 |
<canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
|
10 |
+
<script src="HTML5Output.loader.js"></script>
|
11 |
<script>
|
12 |
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
|
13 |
// Mobile device style: fill the whole browser client area with the game canvas:
|
|
|
25 |
}
|
26 |
|
27 |
createUnityInstance(document.querySelector("#unity-canvas"), {
|
28 |
+
dataUrl: "fb85b0f760260b0cc294204e26c62432.data",
|
29 |
+
frameworkUrl: "97a88e660e34e1f67c28d149ad66d251.js",
|
30 |
+
codeUrl: "93957e48ebf3e8e69cf811729764c417.wasm",
|
31 |
streamingAssetsUrl: "StreamingAssets",
|
32 |
companyName: "3D HTML5 AI on HuggingFace",
|
33 |
productName: "3D HTML5 AI on HuggingFace",
|