Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def inference(audio, sentiment_option):
|
|
74 |
title = """<h1 align="center">🎤 Multilingual ASR 💬</h1>"""
|
75 |
image_path = "thmbnail.jpg"
|
76 |
description = """
|
77 |
-
💻 This shmemo
|
78 |
<br>
|
79 |
⚙️ Components of the tool:<br>
|
80 |
<br>
|
|
|
74 |
title = """<h1 align="center">🎤 Multilingual ASR 💬</h1>"""
|
75 |
image_path = "thmbnail.jpg"
|
76 |
description = """
|
77 |
+
💻 This shmemo shmmowcases a general-purpose speech recognition model called Whisper. It is trained on a large dataset of diverse audio and supports multilingual speech recognition, speech translation, and language identification tasks.<br><br>
|
78 |
<br>
|
79 |
⚙️ Components of the tool:<br>
|
80 |
<br>
|