raffaelsiregar commited on
Commit
233e565
·
verified ·
1 Parent(s): d5fa086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ iface = gr.Interface(
165
  outputs="text",
166
  live=True,
167
  title="Speech Emotion Recognition",
168
- description="Record your voice and get the predicted emotion.",
169
  article=article
170
  )
171
 
 
165
  outputs="text",
166
  live=True,
167
  title="Speech Emotion Recognition",
168
+ description="Record your voice to express an emotion and get the predicted emotion. The model only support English",
169
  article=article
170
  )
171