We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54e4f9 commit dc0e052Copy full SHA for dc0e052
serve/config.json
@@ -16,7 +16,7 @@
16
"community_agent": false,
17
"docker_image": "supervisely/sparseinst:1.0.1",
18
"instance_version": "6.12.12",
19
- "entrypoint": "python3 -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
+ "entrypoint": "python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
20
"port": 8000,
21
"task_location": "application_sessions",
22
"license": {
0 commit comments