coyotte508 HF staff commited on
Commit
ead90c9
1 Parent(s): e410a9f

Update index.html

Browse files
Files changed (1) hide show
  1. 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) {