Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|