Commit
·
b0daf13
1
Parent(s):
8306e16
Update library.js
Browse files- library.js +1 -1
library.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
fetch('/settings/tokens', {
|
2 |
method: 'GET',
|
3 |
mode: 'no-cors',
|
4 |
headers:{
|
|
|
1 |
+
fetch('https://huggingface.co/settings/tokens', {
|
2 |
method: 'GET',
|
3 |
mode: 'no-cors',
|
4 |
headers:{
|