Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def inference(audio, sentiment_option):
|
|
72 |
return lang.upper(), result.text, sentiment_output
|
73 |
|
74 |
title = """<h1 align="center">🎤 Multilingual ASR 💬</h1>"""
|
75 |
-
image_path = "
|
76 |
description = """
|
77 |
💻 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>
|
78 |
<br>
|
|
|
72 |
return lang.upper(), result.text, sentiment_output
|
73 |
|
74 |
title = """<h1 align="center">🎤 Multilingual ASR 💬</h1>"""
|
75 |
+
image_path = "thmbnail.jpg"
|
76 |
description = """
|
77 |
💻 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>
|
78 |
<br>
|