RamAnanth1 commited on
Commit
247f244
·
1 Parent(s): 24cbf9c

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. This allows for detecting emotion directly from speech in multiple languages
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 a emotion detection model,this allows for detecting emotion directly from speech in multiple languages and can potentially be used to analyze setiment from customer calls.
135
  </p>
136
  ''')
137