From 3a8d060072317993e66bc2fd3bb1a5e78ecab567 Mon Sep 17 00:00:00 2001 From: ortizcruz Date: Mon, 18 Sep 2023 11:05:46 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 242e065..635d32b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ During post-diarization, each audio segment is processed by the OpenAI `Whisper` The following graphic illustates the whole pipeline: -![Pipeline](pipeline.png#gh-dark-mode-only) -![Pipeline](pipeline_light.png#gh-light-mode-only) +![Pipeline](Pictures/pipeline.png#gh-dark-mode-only) +![Pipeline](Pictures/pipeline_light.png#gh-light-mode-only) ## Install `ScrAIbe` : @@ -127,6 +127,6 @@ ScrAIbe is licensed under GNU General Public License. Special thanks go to the KIDA project and the BMEL (Bundesministerium für Ernährung und Landwirtschaft), especially to the AI Consultancy Team and the Infrastructure Team. -![KIDA](kida_dark.png#gh-dark-mode-only)   ![BMEL](BMEL_dark.png#gh-dark-mode-only)      ![DBFZ](DBFZ_dark.png#gh-dark-mode-only)       ![MRI](MRI.png#gh-dark-mode-only) +![KIDA](Pictures/kida_dark.png#gh-dark-mode-only)   ![BMEL](Pictures/BMEL_dark.png#gh-dark-mode-only)      ![DBFZ](Pictures/DBFZ_dark.png#gh-dark-mode-only)       ![MRI](Pictures/MRI.png#gh-dark-mode-only) -![KIDA](kida.png#gh-light-mode-only)   ![BMEL](BMEL.jpg#gh-light-mode-only)      ![DBFZ](DBFZ.png#gh-light-mode-only)       ![MRI](MRI.png#gh-light-mode-only) +![KIDA](Pictures/kida.png#gh-light-mode-only)   ![BMEL](Pictures/BMEL.jpg#gh-light-mode-only)      ![DBFZ](Pictures/DBFZ.png#gh-light-mode-only)       ![MRI](Pictures/MRI.png#gh-light-mode-only)