Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
solitudeLin
/
deepsite
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a582fa0
deepsite
/
src
/
utils
/
types.ts
enzostvs
HF Staff
Initial ✨
ea6c2a8
27 days ago
raw
Copy download link
history
blame
Safe
91 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
}