THP2903 commited on
Commit
a0c8815
·
verified ·
1 Parent(s): 2482e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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=[