THP2903 commited on
Commit
3878bd2
·
verified ·
1 Parent(s): 16e2339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ iface = gr.Interface(
179
  ],
180
  outputs=[
181
  gr.Textbox(label="Predicted Emotion"),
182
- gr.Image(label = image frame last)],
183
  title="Emotion Recognition from Video",
184
  description="Upload a video and get the predicted emotion."
185
  )
 
179
  ],
180
  outputs=[
181
  gr.Textbox(label="Predicted Emotion"),
182
+ gr.Image(label = "image frame last")],
183
  title="Emotion Recognition from Video",
184
  description="Upload a video and get the predicted emotion."
185
  )