maxinethegreat commited on
Commit
63705fb
·
1 Parent(s): 1bc2232

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:\nCan our model detect if you are angry, happy, sad, fear, disgust, surprise or neutral?",
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, fearful, disgusted, surprised or neutral?",
58
  live = True
59
 
60
  )