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