Spaces:
jfforero
/
Runtime error

jfforero commited on
Commit
3fdea53
·
verified ·
1 Parent(s): d0263ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import numpy as np
3
  import librosa
4
  import time
5
  import requests
 
6
  from tensorflow.keras.models import load_model
7
 
8
  # Load the emotion prediction model
 
3
  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