AhmedIbrahim007 commited on
Commit
c2b6faf
1 Parent(s): 7312375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
54
  ],
55
  title="Face Emotion Recognition",
56
  description="Upload an image or video to analyze emotions. For images, the result will show detected faces with emotions. For videos, it will provide graphs of emotion distribution.",
57
- examples=["test.png","test-video.mp4"]
58
  )
59
 
60
  # Launch the Gradio interface
 
54
  ],
55
  title="Face Emotion Recognition",
56
  description="Upload an image or video to analyze emotions. For images, the result will show detected faces with emotions. For videos, it will provide graphs of emotion distribution.",
57
+ examples=["test.png"]
58
  )
59
 
60
  # Launch the Gradio interface