cotxetj commited on
Commit
f152e49
1 Parent(s): 725ee09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def inference(audio):
26
  _, probs = model.detect_language(mel)
27
  print("lang detected")
28
  options = whisper.DecodingOptions(fp16 = False)
29
- print("options decoded")
30
  result = whisper.decode(model, mel, options)
31
 
32
  print(result.text)
 
26
  _, probs = model.detect_language(mel)
27
  print("lang detected")
28
  options = whisper.DecodingOptions(fp16 = False)
29
+
30
  result = whisper.decode(model, mel, options)
31
 
32
  print(result.text)