fcernafukuzaki commited on
Commit
1948a5c
·
verified ·
1 Parent(s): 59e2859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def transcribe(stream, audio_bytes):
21
 
22
  demo = gr.Interface(
23
  transcribe,
24
- ["state", gr.Audio(sources=["microphone"], streaming=True)],
25
  ["state", "text"],
26
  live=True,
27
  )
 
21
 
22
  demo = gr.Interface(
23
  transcribe,
24
+ ["state", gr.Audio(sources=["microphone"], streaming=False)],
25
  ["state", "text"],
26
  live=True,
27
  )