Saiyaswanth007 commited on
Commit
33445e6
·
1 Parent(s): 10008f1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -623,7 +623,7 @@ def process_audio_stream(audio):
623
 
624
  # Create Gradio interface
625
  def create_interface():
626
- with gr.Blocks(title="Real-time Speaker Diarization", theme=gr.themes.Dark()) as app:
627
  gr.Markdown("# 🎤 Real-time Speech Recognition with Speaker Diarization")
628
  gr.Markdown("This app performs real-time speech recognition with automatic speaker identification and color-coding using WebRTC.")
629
 
 
623
 
624
  # Create Gradio interface
625
  def create_interface():
626
+ with gr.Blocks(title="Real-time Speaker Diarization", theme=gr.themes.Monochrome()) as app:
627
  gr.Markdown("# 🎤 Real-time Speech Recognition with Speaker Diarization")
628
  gr.Markdown("This app performs real-time speech recognition with automatic speaker identification and color-coding using WebRTC.")
629