kingabzpro commited on
Commit
f46c081
1 Parent(s): 0a009c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ article = "<p style='text-align: center'><a href='https://dagshub.com/kingabzpro
31
  gr.Interface(
32
  fn=transcribe,
33
  inputs=[
34
- gr.inputs.Audio(source="microphone", type="filepath"),
35
  "state"
36
  ],
37
  outputs=[
 
31
  gr.Interface(
32
  fn=transcribe,
33
  inputs=[
34
+ gr.Audio(source="microphone", type="filepath", streaming=True),
35
  "state"
36
  ],
37
  outputs=[