Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 1,263 Bytes
bda5f6b 3ecab68 bda5f6b 3ecab68 bda5f6b 652f343 5dfc565 652f343 bda5f6b 3ecab68 bda5f6b a65e95e bda5f6b 652f343 bda5f6b 652f343 bda5f6b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"name": "videochain-api",
"version": "1.0.0",
"description": "A service which wraps and chains video and audio spaces together",
"main": "src/index.mts",
"scripts": {
"start": "node --loader ts-node/esm src/index.mts",
"test:submitVideo": "node --loader ts-node/esm src/tests/submitVideo.mts",
"test:checkStatus": "node --loader ts-node/esm src/tests/checkStatus.mts",
"test:downloadFileToTmp": "node --loader ts-node/esm src/tests/downloadFileToTmp.mts",
"test:stuff": "node --loader ts-node/esm src/stuff.mts",
"docker": "npm run docker:build && npm run docker:run",
"docker:build": "docker build -t videochain-api .",
"docker:run": "docker run -it -p 7860:7860 videochain-api"
},
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
"license": "Apache License",
"dependencies": {
"@gradio/client": "^0.1.4",
"@huggingface/inference": "^2.6.1",
"@types/express": "^4.17.17",
"@types/ffmpeg-concat": "^1.1.2",
"@types/uuid": "^9.0.2",
"express": "^4.18.2",
"ffmpeg-concat": "^1.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.1",
"puppeteer": "^20.8.0",
"temp-dir": "^3.0.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
}
}
|