Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
7.51k
Running
App
Files
Files
Community
151
Fetching metadata from the HF Docker repository...
45373a4
deepsite
/
utils
/
types.ts
enzostvs
HF Staff
Local use usage
94b66c3
about 2 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
isLocalUse?:
boolean
;
}