hfviewer automation commited on
Commit ·
acb4fa1
1
Parent(s): d60fcaa
Sync private Space from hfviewer-44ef7e3f2869
Browse files
hf-shell-app-7b2edcbe14d1.js → hf-shell-app-4314f67ba1ec.js
RENAMED
|
@@ -1348,7 +1348,7 @@
|
|
| 1348 |
? "20260411f"
|
| 1349 |
: IS_GEMMA4_MM_PREVIEW_HOST
|
| 1350 |
? "20260411x"
|
| 1351 |
-
: "
|
| 1352 |
const EMBEDDED_VIEWER_DEPLOY_TOKEN =
|
| 1353 |
PAGE_QUERY_PARAMS.get("codex_deploy") ||
|
| 1354 |
PAGE_QUERY_PARAMS.get("codex_ts") ||
|
|
|
|
| 1348 |
? "20260411f"
|
| 1349 |
: IS_GEMMA4_MM_PREVIEW_HOST
|
| 1350 |
? "20260411x"
|
| 1351 |
+
: "hbf8a74fc2f";
|
| 1352 |
const EMBEDDED_VIEWER_DEPLOY_TOKEN =
|
| 1353 |
PAGE_QUERY_PARAMS.get("codex_deploy") ||
|
| 1354 |
PAGE_QUERY_PARAMS.get("codex_ts") ||
|
index.html
CHANGED
|
@@ -183,7 +183,7 @@
|
|
| 183 |
window.HFVIEWER_PRODUCT_CONTEXT = Object.freeze({
|
| 184 |
product_surface: "hf_space",
|
| 185 |
space_repo: "embedl/hfviewer",
|
| 186 |
-
space_revision: "hfviewer-
|
| 187 |
});
|
| 188 |
try {
|
| 189 |
var initialUrl = new URL(window.location.href);
|
|
@@ -6641,7 +6641,7 @@ body.sx-viewer-open { overflow: hidden; }
|
|
| 6641 |
|
| 6642 |
<canvas class="laser-layer" id="laserLayer" aria-hidden="true"></canvas>
|
| 6643 |
|
| 6644 |
-
<script src="hf-shell-app-
|
| 6645 |
<link rel="stylesheet" href="hf-shell-css-2417117ca803.css">
|
| 6646 |
<script>
|
| 6647 |
(function () {
|
|
@@ -10630,7 +10630,7 @@ body.sx-viewer-open { overflow: hidden; }
|
|
| 10630 |
window.hfviewerAnalyticsBridge?.capture?.(eventName, Object.assign({
|
| 10631 |
product_surface: "hf_space",
|
| 10632 |
space_repo: "embedl/hfviewer",
|
| 10633 |
-
space_revision: "hfviewer-
|
| 10634 |
}, properties || {}));
|
| 10635 |
} catch (error) { /* analytics must never break navigation */ }
|
| 10636 |
}
|
|
|
|
| 183 |
window.HFVIEWER_PRODUCT_CONTEXT = Object.freeze({
|
| 184 |
product_surface: "hf_space",
|
| 185 |
space_repo: "embedl/hfviewer",
|
| 186 |
+
space_revision: "hfviewer-44ef7e3f2869",
|
| 187 |
});
|
| 188 |
try {
|
| 189 |
var initialUrl = new URL(window.location.href);
|
|
|
|
| 6641 |
|
| 6642 |
<canvas class="laser-layer" id="laserLayer" aria-hidden="true"></canvas>
|
| 6643 |
|
| 6644 |
+
<script src="hf-shell-app-4314f67ba1ec.js"></script>
|
| 6645 |
<link rel="stylesheet" href="hf-shell-css-2417117ca803.css">
|
| 6646 |
<script>
|
| 6647 |
(function () {
|
|
|
|
| 10630 |
window.hfviewerAnalyticsBridge?.capture?.(eventName, Object.assign({
|
| 10631 |
product_surface: "hf_space",
|
| 10632 |
space_repo: "embedl/hfviewer",
|
| 10633 |
+
space_revision: "hfviewer-44ef7e3f2869",
|
| 10634 |
}, properties || {}));
|
| 10635 |
} catch (error) { /* analytics must never break navigation */ }
|
| 10636 |
}
|