From d0e5389585212523f495395c91c3e538c47086ab Mon Sep 17 00:00:00 2001
From: Byungheong Jeong <byungheon.jeong@gmail.com>
Date: Sun, 4 Oct 2020 23:30:52 -0700
Subject: [PATCH] Update README.md

---
 scripts/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/README.md b/scripts/README.md
index 3c9d79f..5c9bd5e 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -14,13 +14,13 @@ Set savepath to the directory you want the sorted data archieve (with training,
 - trainingScript.py: Used to define the model and use it to train on the subdirectories that was previously created
 <br> ![test](scripts/scripts/training.PNG)<br />
 Assign all the subdirectories 
-![test](scripts/scripts/training2.PNG)<br />
+<br>![test](scripts/scripts/training2.PNG)<br />
 This is the location where the model will be saved
-![test](scripts/scripts/training3.PNG)<br />
+<br>![test](scripts/scripts/training3.PNG)<br />
 This is the location where the training history will be saved
 
 - historyEvaluator.ipynb: Used to see the training loss and other metrics of training done of script
-![test](scripts/scripts/results.PNG)<br />
+<br>![test](scripts/scripts/results.PNG)<br />
 Assign this to where the training history was saved (above)
 
 - testing.ipynb: Used to test new model on training subset
\ No newline at end of file
-- 
GitLab