kjysmu commited on
Commit
537c090
·
verified ·
1 Parent(s): f133110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -636,7 +636,7 @@ def format_prediction(model_output_dic):
636
  return output_text, va_chart, mood_chart
637
 
638
  # Gradio UI Elements
639
- title="🎵 Music2Emo: Toward Unified Music Recognition"
640
  description_text = """
641
  <p> Upload an audio file to analyze its emotional characteristics using Music2Emo. The model will predict: 1) Mood tags describing the emotional content, 2) Valence score (1-9 scale, representing emotional positivity), and 3) Arousal score (1-9 scale, representing emotional intensity)
642
  <br/><br/> This is the demo for Music2Emo for music emotion recognition: <a href="https://arxiv.org/abs/2502.03979">Read our paper.</a>
 
636
  return output_text, va_chart, mood_chart
637
 
638
  # Gradio UI Elements
639
+ title="🎵 Music2Emo: Toward Unified Music Emotion Recognition"
640
  description_text = """
641
  <p> Upload an audio file to analyze its emotional characteristics using Music2Emo. The model will predict: 1) Mood tags describing the emotional content, 2) Valence score (1-9 scale, representing emotional positivity), and 3) Arousal score (1-9 scale, representing emotional intensity)
642
  <br/><br/> This is the demo for Music2Emo for music emotion recognition: <a href="https://arxiv.org/abs/2502.03979">Read our paper.</a>