awacke1 commited on
Commit
3b27002
1 Parent(s): 88ea390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  p = pipeline("automatic-speech-recognition")
6
 
7
  def transcribe(audio, state=""):
8
- time.sleep(10)
9
  text = p(audio)["text"]
10
  state += text + " "
11
  return state, state
5
  p = pipeline("automatic-speech-recognition")
6
 
7
  def transcribe(audio, state=""):
8
+ time.sleep(5)
9
  text = p(audio)["text"]
10
  state += text + " "
11
  return state, state