Gabriel Bibb贸
commited on
Commit
路
43be67f
1
Parent(s):
6bc1625
GitHub-faithful implementation - 32kHz, 2048 FFT, per-model delays, 80ms gaps
Browse files
app.py
CHANGED
|
@@ -653,7 +653,7 @@ demo_app = VADDemo()
|
|
| 653 |
|
| 654 |
def create_interface():
|
| 655 |
with gr.Blocks(title="VAD Demo", theme=gr.themes.Soft()) as interface:
|
| 656 |
-
gr.Markdown("# 馃帳 VAD Demo: Real-time Speech Detection Framework
|
| 657 |
|
| 658 |
with gr.Row():
|
| 659 |
with gr.Column(scale=1):
|
|
|
|
| 653 |
|
| 654 |
def create_interface():
|
| 655 |
with gr.Blocks(title="VAD Demo", theme=gr.themes.Soft()) as interface:
|
| 656 |
+
gr.Markdown("# 馃帳 VAD Demo: Real-time Speech Detection Framework v4")
|
| 657 |
|
| 658 |
with gr.Row():
|
| 659 |
with gr.Column(scale=1):
|