Commit
•
ead90c9
1
Parent(s):
e410a9f
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -29,6 +29,8 @@
|
|
29 |
<script type="module">
|
30 |
import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
|
31 |
|
|
|
|
|
32 |
let oauthResult = localStorage.getItem("oauth");
|
33 |
|
34 |
if (oauthResult) {
|
|
|
29 |
<script type="module">
|
30 |
import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
|
31 |
|
32 |
+
console.log("huggingface env", window.huggingface);
|
33 |
+
|
34 |
let oauthResult = localStorage.getItem("oauth");
|
35 |
|
36 |
if (oauthResult) {
|