Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
89f4303
1
Parent(s):
7925ca5
fix: remove samplerate parameter from microphone input for clarity
Browse files
app.py
CHANGED
@@ -206,8 +206,7 @@ with gr.Blocks(title="Real-time Speech-to-Text with NeMo") as demo:
|
|
206 |
sources=["microphone"],
|
207 |
type="numpy",
|
208 |
streaming=True,
|
209 |
-
label="Speak into your microphone"
|
210 |
-
samplerate=16000
|
211 |
)
|
212 |
|
213 |
clear_btn = gr.Button("Clear Transcript", variant="secondary")
|
|
|
206 |
sources=["microphone"],
|
207 |
type="numpy",
|
208 |
streaming=True,
|
209 |
+
label="Speak into your microphone"
|
|
|
210 |
)
|
211 |
|
212 |
clear_btn = gr.Button("Clear Transcript", variant="secondary")
|