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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ iface = gr.Interface(
53
  gr.Gallery(label="Emotion Distribution Graphs (for video uploads)", columns=3)
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
  )
58
 
59
  # Launch the Gradio interface
 
53
  gr.Gallery(label="Emotion Distribution Graphs (for video uploads)", columns=3)
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