Spaces:
Configuration error
Configuration error
File size: 499 Bytes
78617b8 1094428 78617b8 1094428 78617b8 1094428 78617b8 1094428 78617b8 1094428 78617b8 1094428 78617b8 |
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 |
{
"run": [{
"method": "script.start",
"params": {
"uri": "torch.js",
"params": {
"venv": "env"
}
}
}, {
"method": "shell.run",
"params": {
"venv": "env",
"message": "uv pip install -r requirements.txt"
}
}, {
"when": "{{platform !== 'linux'}}",
"method": "fs.share",
"params": {
"venv": "env"
}
}, {
"method": "notify",
"params": {
"html": "Click the 'start' tab to get started!"
}
}]
}
|