GavinHuang commited on
Commit
89f4303
·
1 Parent(s): 7925ca5

fix: remove samplerate parameter from microphone input for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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")