Spaces:
Runtime error
Runtime error
Commit
·
be8d917
1
Parent(s):
77a2b12
fix indentation
Browse files
app.py
CHANGED
@@ -47,8 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
gr.Markdown("""
|
48 |
## Emotion Detection From Speech with Whisper
|
49 |
""")
|
50 |
-
|
51 |
-
gr.HTML(
|
52 |
<p style="margin-bottom: 10px; font-size: 94%">
|
53 |
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
|
54 |
</p>
|
|
|
47 |
gr.Markdown("""
|
48 |
## Emotion Detection From Speech with Whisper
|
49 |
""")
|
50 |
+
gr.HTML(
|
|
|
51 |
<p style="margin-bottom: 10px; font-size: 94%">
|
52 |
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
|
53 |
</p>
|