Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mebubo
/
gpted
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpted
/
frontend
/
src
/
interfaces.ts
mebubo
Working probs in UI
308bca9
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
export
interface
Replacement
{
text
:
string
logprob
:
number
}
export
interface
Word
{
text
:
string
logprob
:
number
replacements
:
Replacement
[]
}