Spaces:
jfforero
/
Runtime error

jfforero commited on
Commit
d0263ad
·
verified ·
1 Parent(s): 43b4de4

Update app.py

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