From b3770a6de9bc36e9045186a843093539d8967efb Mon Sep 17 00:00:00 2001 From: marcsello Date: Mon, 14 Sep 2020 15:23:32 +0200 Subject: [PATCH] added pillow so jpg should work --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d4a88f..8fd9be4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ numpy matplotlib keras_preprocessing tensorflow -sndfile \ No newline at end of file +sndfile +pillow