diamond-in commited on
Commit
95cb7b7
·
verified ·
1 Parent(s): deca6b0

Delete manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +0 -18
manifest.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "name": "linux-shell",
3
- "version": "1.0.0",
4
- "description": "Run Linux commands inside Hugging Face Space",
5
- "endpoints": {
6
- "run_command": {
7
- "method": "POST",
8
- "url": "/run",
9
- "input_schema": {
10
- "type": "object",
11
- "properties": {
12
- "cmd": { "type": "string" }
13
- },
14
- "required": ["cmd"]
15
- }
16
- }
17
- }
18
- }