andito HF staff commited on
Commit
631167b
1 Parent(s): 431d59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  transcription = gr.State(value="")
18
  clear = gr.Button("Clear")
19
 
20
- inp.stream(transcribe, [inp, transcription], [out, transcription], time_limit=10, stream_every=0.5)
21
 
22
  if __name__ == "__main__":
23
  demo.launch()
 
17
  transcription = gr.State(value="")
18
  clear = gr.Button("Clear")
19
 
20
+ inp.stream(transcribe, [inp, transcription], [out, transcription], time_limit=10, stream_every=1)
21
 
22
  if __name__ == "__main__":
23
  demo.launch()