From 4cf23d0b0692ac5a1fc50d8a00869ffcd2035013 Mon Sep 17 00:00:00 2001 From: Christopher Rhodes <christopher.rhodes@embl.de> Date: Thu, 29 Feb 2024 14:14:26 +0100 Subject: [PATCH] run_server main method can now be called externally --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 44b83a46..b83836d5 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,6 @@ model_server implement image analysis jobs for online use (e.g. in feedback micr # Start the server Simply click "start_server command" in the model_server directory. This should open a terminal that reports server requests, as well as a browser with a status confirmation page. To stop the server, type "stop" in the terminal. -# Examples \ No newline at end of file -- GitLab