Konstantin Dorichev commited on
Commit
58bb6e4
·
unverified ·
1 Parent(s): a2f7538

Not streaming

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