B-K commited on
Commit
bbb6046
·
verified ·
1 Parent(s): 9c9465e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
21
  demo = gr.Interface(
22
  respond,
23
  inputs=[
24
- gr.Audio(label="speak", wavform_options=gr.WaveformOptions(sample_rate=16000)),
25
  gr.Textbox(label="target")
26
  ],
27
  outputs="text"
 
21
  demo = gr.Interface(
22
  respond,
23
  inputs=[
24
+ gr.Audio(label="speak", waveform_options=gr.WaveformOptions(sample_rate=16000)),
25
  gr.Textbox(label="target")
26
  ],
27
  outputs="text"