test_voice / package.json
tonyshark's picture
Upload 7 files
e006598 verified
raw
history blame contribute delete
737 Bytes
{
"name": "emovoice-demo",
"version": "1.0.0",
"description": "LLM-based Emotional Text-To-Speech Model with Freestyle Text Prompting",
"main": "app.py",
"scripts": {
"start": "python app.py",
"setup": "python setup.py",
"dev": "python app.py --debug"
},
"keywords": [
"text-to-speech",
"emotion",
"llm",
"ai",
"speech-synthesis",
"gradio",
"huggingface"
],
"author": "EmoVoice Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yhaha0908/EmoVoice"
},
"homepage": "https://huggingface.co/spaces/yhaha/EmoVoice",
"bugs": {
"url": "https://github.com/yhaha0908/EmoVoice/issues"
},
"engines": {
"node": ">=16.0.0"
}
}