THP2903 commited on
Commit
bb37627
·
verified ·
1 Parent(s): e6e97e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ iface = gr.Interface(
92
  ],
93
  outputs=[
94
  gr.Image(label="Last Frame"),
95
- gr.Audio(label = "Audio")
96
  gr.Textbox(label="Predicted Emotion")
97
  ],
98
  title="Emotion Recognition from Video",
 
92
  ],
93
  outputs=[
94
  gr.Image(label="Last Frame"),
95
+ gr.Audio(label = "Audio"),
96
  gr.Textbox(label="Predicted Emotion")
97
  ],
98
  title="Emotion Recognition from Video",