Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
LocalAI
like
0
Arabic
English
localai
License:
mit
Model card
Files
Files and versions
xet
Community
main
LocalAI
/
backend
/
go
/
bark-cpp
/
gobark.h
AbdulElahGwaith
Upload folder using huggingface_hub
0f07ba7
verified
20 days ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
#
ifdef
__cplusplus
extern
"C"
{
#
endif
int
load_model
(
char
*model)
;
int
tts
(
char
*text,
int
threads,
char
*dst )
;
#
ifdef
__cplusplus
}
#
endif