Ivanrs commited on
Commit
219c0b5
·
1 Parent(s): ce81ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def main(audio):
72
  return "Classification: " + final
73
 
74
  demo = gr.Interface(
75
- title = "Audio Gender/Emotion Analysis 🤖",
76
  description = "<h3>A Neural Network to classify the gender of the voice (male/female) and the emotion, such as: happy, angry, sad, etc. </h3> <br> <b>Record your voice</b>",
77
  article='Step-by-step on GitHub <a href="https://github.com/Ivanrs297/machine-learning-projects/blob/main/computer-vision/edge_detection/main.ipynb"> notebook </a> <br> ~ Ivanrs',
78
  allow_flagging = "never",
 
72
  return "Classification: " + final
73
 
74
  demo = gr.Interface(
75
+ title = "🎙️ Audio Gender/Emotion Analysis 🎙️",
76
  description = "<h3>A Neural Network to classify the gender of the voice (male/female) and the emotion, such as: happy, angry, sad, etc. </h3> <br> <b>Record your voice</b>",
77
  article='Step-by-step on GitHub <a href="https://github.com/Ivanrs297/machine-learning-projects/blob/main/computer-vision/edge_detection/main.ipynb"> notebook </a> <br> ~ Ivanrs',
78
  allow_flagging = "never",