gperdrizet commited on
Commit
0d0e9b9
·
verified ·
1 Parent(s): 4028e16

Changed app launch command from gradio to python.

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +1 -1
.devcontainer/devcontainer.json CHANGED
@@ -19,5 +19,5 @@
19
  // "forwardPorts": [],
20
 
21
  // Use 'postCreateCommand' to run commands after the container is created.
22
- "postCreateCommand": "gradio app.py"
23
  }
 
19
  // "forwardPorts": [],
20
 
21
  // Use 'postCreateCommand' to run commands after the container is created.
22
+ "postCreateCommand": "python app.py"
23
  }