pmikh26 commited on
Commit
d561007
·
verified ·
1 Parent(s): bf0e67b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def analyze_audio(audio_path):
89
 
90
  with gr.Blocks(title="Emotion Speech Classifier") as demo:
91
  gr.Markdown("# Emotion Speech Classifier")
92
- gr.Markdown("Upload or record audio, transcribe it, and detect sentence-level emotion.")
93
 
94
  with gr.Row():
95
  with gr.Column(scale=1):
 
89
 
90
  with gr.Blocks(title="Emotion Speech Classifier") as demo:
91
  gr.Markdown("# Emotion Speech Classifier")
92
+
93
 
94
  with gr.Row():
95
  with gr.Column(scale=1):