selva1909 commited on
Commit
6815f49
·
verified ·
1 Parent(s): 4175959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  outputs = [
34
  gr.Textbox(label="Prediction")
35
  ],
36
- title = "DeepFace Emotion Detector",
37
  description = "Upload an image or take a photo. The app detects if a face is present, then predicts the dominant emotion. If no face is detected, it returns 'Not a Face'."
38
  )
39
 
 
33
  outputs = [
34
  gr.Textbox(label="Prediction")
35
  ],
36
+ title = "Face Emotion Detector application 😊",
37
  description = "Upload an image or take a photo. The app detects if a face is present, then predicts the dominant emotion. If no face is detected, it returns 'Not a Face'."
38
  )
39