Spaces:
Configuration error
Configuration error
File size: 507 Bytes
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 |
{
"run": [{
"method": "shell.run",
"params": {
"venv": "venv",
"message": [
"{{pip.install.torch}}",
"pip install gradio huggingface_hub gradio gradio_client",
"pip install -r requirements.txt"
]
}
}, {
"method": "input",
"params": {
"title": "Install Success",
"description": "Go back to the dashboard and launch the app!"
}
}, {
"method": "browser.open",
"params": {
"uri": "/?selected=LEDITS"
}
}]
}
|