From 96d49b6d9dc815e5e4656df384c09b3b7c9e41f1 Mon Sep 17 00:00:00 2001 From: Noza23 Date: Tue, 16 Apr 2024 23:32:51 +0200 Subject: [PATCH] fix: remove inline comments --- .env-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-example b/.env-example index 406dcfa..5ac1945 100644 --- a/.env-example +++ b/.env-example @@ -1,9 +1,9 @@ # General REDIS_URL=redis://localhost:6379 # MyoSAM -MYOSAM_MODEL=checkpoints/myosam.pt # Path to the MyoSAM checkpoint +MYOSAM_MODEL=checkpoints/myosam.pt # StarDist -STARDIST_MODEL=2D_versatile_fluo # Name of the StarDist model +STARDIST_MODEL=2D_versatile_fluo # Directory for saving images IMAGES_DIR=images