ysharma HF staff commited on
Commit
6cecd2b
1 Parent(s): c78ff8f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ gr.Interface(
34
  title = 'Testing Whisper',
35
  fn=fun,
36
  inputs=[
37
- gr.inputs.Audio(source="microphone", streaming = True, type="filepath"),
38
  "state"
39
  ],
40
  outputs=[
 
34
  title = 'Testing Whisper',
35
  fn=fun,
36
  inputs=[
37
+ gr.Audio(source="microphone", streaming = True, type="filepath"),
38
  "state"
39
  ],
40
  outputs=[