PsalmsJava commited on
Commit
6bbc448
·
verified ·
1 Parent(s): 8a92c9c

Update app.py

Browse files

Updated UI Elements

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ def analyze_audio(audio):
75
  return f"❌ Error", "0%", f"Analysis failed: {str(e)}"
76
 
77
  # Create Gradio interface
78
- with gr.Blocks(title="Voice Mood Detector", theme=gr.themes.Soft()) as demo:
79
- gr.Markdown("# 🎤 Voice Mood Detector")
80
  gr.Markdown("Record your voice or upload audio to detect emotional state")
81
 
82
  with gr.Row():
 
75
  return f"❌ Error", "0%", f"Analysis failed: {str(e)}"
76
 
77
  # Create Gradio interface
78
+ with gr.Blocks(title="MoodSync AI Detector", theme=gr.themes.Soft()) as demo:
79
+ gr.Markdown("# 🎤 MoodSync AI Detector")
80
  gr.Markdown("Record your voice or upload audio to detect emotional state")
81
 
82
  with gr.Row():