Spaces:
Sleeping
Sleeping
Commit
·
5c17556
1
Parent(s):
c5cfe00
Update app.py
Browse files
app.py
CHANGED
@@ -148,10 +148,9 @@ def inference(audio, sentiment_option):
|
|
148 |
|
149 |
return lang.upper(), result.text, sentiment_output, prediction[0], prediction[1]
|
150 |
|
151 |
-
title = """<h1 align="center">🎤
|
152 |
image_path = "thmbnail.jpg"
|
153 |
description = """
|
154 |
-
💻 This demo showcases 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>
|
155 |
<br>
|
156 |
⚙️ Components of the tool:<br>
|
157 |
<br>
|
|
|
148 |
|
149 |
return lang.upper(), result.text, sentiment_output, prediction[0], prediction[1]
|
150 |
|
151 |
+
title = """<h1 align="center">🎤 Amplifon Demo 💬</h1>"""
|
152 |
image_path = "thmbnail.jpg"
|
153 |
description = """
|
|
|
154 |
<br>
|
155 |
⚙️ Components of the tool:<br>
|
156 |
<br>
|