22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"id": "faster-whisper",
|
|
"name": "Faster Whisper ASR",
|
|
"version": "0.1.0",
|
|
"capability": "asr",
|
|
"repo_dir": "wov-node-whisper",
|
|
"command": ["python", "-m", "wov_node_whisper"],
|
|
"env": {
|
|
"WOV_NODE_PORT": "0"
|
|
},
|
|
"input_schema": {
|
|
"audio_uri": "file"
|
|
},
|
|
"output_schema": {
|
|
"srt_uri": "file"
|
|
},
|
|
"max_concurrency": 1,
|
|
"idle_ttl_seconds": 300,
|
|
"health_timeout_seconds": 30,
|
|
"keep_warm": false
|
|
}
|