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

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(lable="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", wavform_options=gr.WaveformOptions(sample_rate=16000)),
25
  gr.Textbox(label="target")
26
  ],
27
  outputs="text"