Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ongudidan/deepsite-v2
dropkickJesus999
/
deepsiteV2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
43ad30a
deepsiteV2
/
lib
/
get-cookie-name.ts
ongudidan
Initial DeepSite v2 upload
cececac
about 2 months ago
raw
Copy download link
history
blame
Safe
75 Bytes
export
default
function
MY_TOKEN_KEY
(
) {
return
"deepsite-auth-token"
;
}