Spaces:
Sleeping
Sleeping
Commit
·
33445e6
1
Parent(s):
10008f1
Reverting
Browse files
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.
|
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 |
|