Update app.py
Browse files
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 |
|