Spaces:
Configuration error
Configuration error
{ | |
"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!" | |
} | |
}] | |
} | |