Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,6 +86,7 @@ def predict_emotion_gradio(video_path):
|
|
| 86 |
predicted_emotion = emotion_dict[predicted_label]
|
| 87 |
return last_frame, audio_path, predicted_emotion
|
| 88 |
|
|
|
|
| 89 |
iface = gr.Interface(
|
| 90 |
fn=predict_emotion_gradio,
|
| 91 |
inputs=[
|
|
|
|
| 86 |
predicted_emotion = emotion_dict[predicted_label]
|
| 87 |
return last_frame, audio_path, predicted_emotion
|
| 88 |
|
| 89 |
+
|
| 90 |
iface = gr.Interface(
|
| 91 |
fn=predict_emotion_gradio,
|
| 92 |
inputs=[
|