Spaces:
Runtime error
Runtime error
Commit
·
232e486
1
Parent(s):
be8d917
fix syntax error
Browse files
app.py
CHANGED
@@ -47,11 +47,11 @@ with gr.Blocks() as demo:
|
|
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>
|
54 |
-
)
|
55 |
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
|
|
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>
|
54 |
+
''')
|
55 |
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|