maxinethegreat commited on
Commit
1bc2232
·
1 Parent(s): 9e5bff1

fix description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
54
  outputs=output_image,
55
  # interpretation = "default",
56
  title = "Mood Detectives",
57
- description = "Real-Time Emotion Detection Using Facial Expressions\nTake a picture* with your webcam and it will guess iF you are angry, happy, sad, fear, disgust, surprise or neutral. \n *Press the camera button before pressing submit.",
58
  live = True
59
 
60
  )
 
54
  outputs=output_image,
55
  # interpretation = "default",
56
  title = "Mood Detectives",
57
+ description = "Real-Time Emotion Detection Using Facial Expressions:\nCan our model detect if you are angry, happy, sad, fear, disgust, surprise or neutral?",
58
  live = True
59
 
60
  )