cotxetj commited on
Commit
bdabf16
1 Parent(s): 879c526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def inference(audio):
32
  return result.text
33
 
34
 
35
- Load Whisper-small
36
  pipe = pipeline("automatic-speech-recognition",
37
  model="openai/whisper-small",
38
  device=device
 
32
  return result.text
33
 
34
 
35
+ #Load Whisper-small
36
  pipe = pipeline("automatic-speech-recognition",
37
  model="openai/whisper-small",
38
  device=device