We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4deaea commit 671a1cbCopy full SHA for 671a1cb
packages/frontend/pages/index.jsx
@@ -93,8 +93,8 @@ export default function Vlog() {
93
<>
94
<Head>
95
<title>{`${pageTitle || "Vlog"} | ${text.appName}`}</title>
96
- <script src="http://unpkg.com/@tensorflow/tfjs@3.4.0"></script>
97
- <script src="http://unpkg.com/@tensorflow-models/body-pix@2.1"></script>
+ <script src="https://unpkg.com/@tensorflow/tfjs@3.4.0"></script>
+ <script src="https://unpkg.com/@tensorflow-models/body-pix@2.1"></script>
98
</Head>
99
<section className="container flex flex-wrap items-center content-center justify-center w-full h-full px-4 mx-auto">
100
{showError && (
0 commit comments