jfforero commited on
Commit
37e33c3
1 Parent(s): 45035aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import librosa
4
  import time
5
  import requests
6
  from io import BytesIO
 
7
  from tensorflow.keras.models import load_model
8
 
9
  # Load the emotion prediction model
 
4
  import time
5
  import requests
6
  from io import BytesIO
7
+ from PIL import Image
8
  from tensorflow.keras.models import load_model
9
 
10
  # Load the emotion prediction model