ameliabb0913 commited on
Commit
27937a8
·
verified ·
1 Parent(s): ffab20a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__":