RamAnanth1 commited on
Commit
a0d8494
·
1 Parent(s): 740e124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css = css) as demo:
131
  """)
132
  gr.HTML('''
133
  <p style="margin-bottom: 10px; font-size: 94%">
134
- Whisper is a general-purpose speech recognition model released by OpenAI that can perform multilingual speech recognition as well as speech translation and language identification. Combined with a emotion detection model,this allows for detecting emotion directly from speech in multiple languages and can potentially be used to analyze sentiment from customer calls.
135
  </p>
136
  ''')
137
 
 
131
  """)
132
  gr.HTML('''
133
  <p style="margin-bottom: 10px; font-size: 94%">
134
+ Whisper is a general-purpose speech recognition model released by OpenAI that can perform multilingual speech recognition as well as speech translation and language identification. Combined with an emotion detection model,this allows for detecting emotion directly from speech in multiple languages and can potentially be used to analyze sentiment from customer calls. It could also be used to transcribe and detect different emotions to enable a data-driven analysis for psychotherapy.
135
  </p>
136
  ''')
137