Spaces:
Running
Running
Commit
Β·
e9c8cf5
1
Parent(s):
92c6620
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def process_audio(audio_path):
|
|
201 |
def create_app():
|
202 |
"""Build enhanced Gradio interface."""
|
203 |
with gr.Blocks(theme=gr.themes.Soft(), title="Emotion Detection from Speech") as demo:
|
204 |
-
gr.Markdown("#
|
205 |
gr.Markdown("Analyze emotions in speech through both audio characteristics and spoken content")
|
206 |
|
207 |
with gr.Row():
|
@@ -304,7 +304,7 @@ def create_demo():
|
|
304 |
reqs = create_reqs()
|
305 |
demo = gr.TabbedInterface(
|
306 |
[app, authors, reqs],
|
307 |
-
tab_names=["
|
308 |
)
|
309 |
return demo
|
310 |
|
|
|
201 |
def create_app():
|
202 |
"""Build enhanced Gradio interface."""
|
203 |
with gr.Blocks(theme=gr.themes.Soft(), title="Emotion Detection from Speech") as demo:
|
204 |
+
gr.Markdown("# Intelligent system for Bilingual Bimodal Emotion Recognition (BiBiER)")
|
205 |
gr.Markdown("Analyze emotions in speech through both audio characteristics and spoken content")
|
206 |
|
207 |
with gr.Row():
|
|
|
304 |
reqs = create_reqs()
|
305 |
demo = gr.TabbedInterface(
|
306 |
[app, authors, reqs],
|
307 |
+
tab_names=["β App", "π Authors", "π Requirements"]
|
308 |
)
|
309 |
return demo
|
310 |
|