Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
16.6k
Running
App
Files
Files
Community
568
Fetching metadata from the HF Docker repository...
refs/pr/170
deepsite
/
utils
/
types.ts
enzostvs
HF Staff
DeepSite v2 🐳
f6f8d55
about 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
202 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
isLocalUse?:
boolean
;
}
export
interface
HtmlHistory
{
html
:
string
;
createdAt
:
Date
;
prompt
:
string
;
}