Commit
·
29b89b3
1
Parent(s):
117eca9
Interface
Browse files
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.
|
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 |
|