jfforero commited on
Commit
3c19287
1 Parent(s): d8172c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ 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
 
5
  import requests
6
  from io import BytesIO
7
  from PIL import Image
8
+ import os
9
  from tensorflow.keras.models import load_model
10
 
11
  # Load the emotion prediction model