Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
5.04k
Running
App
Files
Files
Community
86
Fetching metadata from the HF Docker repository...
refs/pr/1
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
;
}