From 5c5624daeee6e6b3241d5da3fc49166b36697a76 Mon Sep 17 00:00:00 2001
From: falheisen <filipe.penna.soares@gmail.com>
Date: Wed, 22 Mar 2023 21:29:57 +0100
Subject: [PATCH] expand images in README

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

diff --git a/README.md b/README.md
index 6a5055e..7b815b9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Filipe PENNA CERAVOLO SOARES
 **Final output:**
 
 <p align="center">
-  <img src="./images/part1-output.png" width="60%">
+  <img src="./images/part1-output.png" width="100%">
 </p>
 
 ## Part2: Conditional GAN (cGAN)
@@ -24,13 +24,13 @@ Filipe PENNA CERAVOLO SOARES
 **Training set :**
 
 <p align="center">
-  <img src="./images/part2-train.png" width="60%">
+  <img src="./images/part2-train.png" width="100%">
 </p>
 
 **Validation set :**
 
 <p align="center">
-  <img src="./images/part2-val.png" width="60%">
+  <img src="./images/part2-val.png" width="100%">
 </p>
 
 Considering the training set, with a higher number of epochs, the quality of the generated image improves.
-- 
GitLab