Mihaj commited on
Commit
72e979a
·
verified ·
1 Parent(s): 63ea8e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def preprocess(audio_path):
36
  print("PREPROCESSING ENDED")
37
  return temp_path
38
 
39
- def transcribe(diarise, audio, how_diarise="FastButLowQuality"):
40
  audio = preprocess(audio)
41
  y, sr = sf.read(audio)
42
  print(diarise)
 
36
  print("PREPROCESSING ENDED")
37
  return temp_path
38
 
39
+ def transcribe(diarise, how_diarise, audio):
40
  audio = preprocess(audio)
41
  y, sr = sf.read(audio)
42
  print(diarise)