Changed app launch command from gradio to python.
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -19,5 +19,5 @@
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
-
"postCreateCommand": "
|
23 |
}
|
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
+
"postCreateCommand": "python app.py"
|
23 |
}
|