Spaces:
Sleeping
Sleeping
Commit
·
13c9cf0
1
Parent(s):
3e19b12
Set Gradio app to start on attach.
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"streetsidesoftware.code-spell-checker"
|
14 |
]
|
15 |
}
|
16 |
-
}
|
17 |
|
18 |
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
19 |
// "forwardPorts": [],
|
@@ -22,5 +22,5 @@
|
|
22 |
//"postCreateCommand": "",
|
23 |
|
24 |
// Use 'postAttachCommand' to run commands after the container is started.
|
25 |
-
|
26 |
}
|
|
|
13 |
"streetsidesoftware.code-spell-checker"
|
14 |
]
|
15 |
}
|
16 |
+
},
|
17 |
|
18 |
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
19 |
// "forwardPorts": [],
|
|
|
22 |
//"postCreateCommand": "",
|
23 |
|
24 |
// Use 'postAttachCommand' to run commands after the container is started.
|
25 |
+
"postAttachCommand": "gradio app.py"
|
26 |
}
|