From f70e55d24e0516f60a33f9a7cc8ba20eb2519b9e Mon Sep 17 00:00:00 2001 From: the_booth Date: Wed, 28 Aug 2024 23:36:12 +0200 Subject: [PATCH] Actualiser readme.md --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 446ed70..b133d4a 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,10 @@ Grand projet : 100 à 200 images par émotion # Install deps : +``` pip install tensorflow --break-system-packages - +``` # Utilisation : -python3 app.py /path/to/folder/img.png \ No newline at end of file +``` +python3 app.py /path/to/folder/img.png +``` \ No newline at end of file