zeimoto commited on
Commit
272f1d8
·
verified ·
1 Parent(s): b7a06a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -62,10 +62,7 @@ def init_model ():
62
  )
63
  print(f'Init model successful: {model}' )
64
  return pipe
65
- print(f'Init model successful: {model}' )
66
- return pipe
67
-
68
- def transcribe (audio_sample: bytes, pipe) -> str:
69
  def transcribe (audio_sample: bytes, pipe) -> str:
70
 
71
  # dataset = load_dataset("distil-whisper/librispeech_long", "clean", split="validation")
 
62
  )
63
  print(f'Init model successful: {model}' )
64
  return pipe
65
+
 
 
 
66
  def transcribe (audio_sample: bytes, pipe) -> str:
67
 
68
  # dataset = load_dataset("distil-whisper/librispeech_long", "clean", split="validation")