From 046e202ce67f25536f2f28f517ee72d4f990c97a Mon Sep 17 00:00:00 2001
From: manonBlanco <blanco@teklia.com>
Date: Tue, 31 Oct 2023 08:59:50 +0100
Subject: [PATCH] Update documentation after rebasing

---
 docs/get_started/development.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/get_started/development.md b/docs/get_started/development.md
index 9c1adbf8..c4e4868d 100644
--- a/docs/get_started/development.md
+++ b/docs/get_started/development.md
@@ -42,9 +42,7 @@ The library already has all the documents needed to run the [predict command](..
 teklia-dan predict \
     --image-dir images/ \
     --image-extension png \
-    --model popp_line_model.pt \
-    --parameters parameters.yml \
-    --charset charset.pkl \
+    --model . \
     --output /tmp/dan-predict
 ```
 
-- 
GitLab