DmitryRyumin commited on
Commit
e9c8cf5
Β·
1 Parent(s): 92c6620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# πŸŽ™οΈ Bimodal Emotion Recognition")
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=["πŸŽ™οΈ Speech Analysis", "πŸ‘₯ Project Team", "πŸ“¦ Dependencies"]
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