Saiyaswanth007 commited on
Commit
29b89b3
·
1 Parent(s): 117eca9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -610,7 +610,7 @@ def process_audio(audio_data):
610
 
611
  # Create Gradio interface
612
  def create_interface():
613
- with gr.Blocks(title="Real-time Speaker Diarization", theme=gr.themes.Dark()) as app:
614
  gr.Markdown("# 🎤 Real-time Speech Recognition with Speaker Diarization")
615
  gr.Markdown("This app performs real-time speech recognition with automatic speaker identification and color-coding using your browser's microphone.")
616
 
 
610
 
611
  # Create Gradio interface
612
  def create_interface():
613
+ with gr.Blocks(title="Real-time Speaker Diarization", theme=gr.themes.Monochrome()) as app:
614
  gr.Markdown("# 🎤 Real-time Speech Recognition with Speaker Diarization")
615
  gr.Markdown("This app performs real-time speech recognition with automatic speaker identification and color-coding using your browser's microphone.")
616