Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Daniton
/
FreeGpt
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
FreeGpt
File size: 63 Bytes
5d4afba
1
2
3
4
5
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
; }