smajumdar commited on
Commit
98af999
·
1 Parent(s): 7c44de0

Fix state management

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def process_audio_file(file):
28
 
29
  def transcribe(Audio, state=""):
30
  # Grant additional context
31
- time.sleep(0.64)
32
 
33
  if state is None:
34
  state = ""
 
28
 
29
  def transcribe(Audio, state=""):
30
  # Grant additional context
31
+ time.sleep(1)
32
 
33
  if state is None:
34
  state = ""