AbdulElahGwaith's picture
Upload folder using huggingface_hub
0f07ba7 verified
#ifdef __cplusplus
extern "C" {
#endif
int load_model(char *model);
int tts(char *text,int threads, char *dst );
#ifdef __cplusplus
}
#endif