Update app.py
Browse files
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
|