Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ interface = gr.Interface(
|
|
67 |
description=(
|
68 |
"🎤 Upload a voice clip or speak into the mic — this AI will identify the **emotion** in your voice!\n\n"
|
69 |
"**Supported 8 Emotions**: Neutral, Happy, Sad, Angry, Fearful, Disgusted, Surprised."
|
70 |
-
)
|
|
|
71 |
|
72 |
# Launch the app
|
73 |
if __name__ == "__main__":
|
|
|
67 |
description=(
|
68 |
"🎤 Upload a voice clip or speak into the mic — this AI will identify the **emotion** in your voice!\n\n"
|
69 |
"**Supported 8 Emotions**: Neutral, Happy, Sad, Angry, Fearful, Disgusted, Surprised."
|
70 |
+
))
|
71 |
+
|
72 |
|
73 |
# Launch the app
|
74 |
if __name__ == "__main__":
|