robinwitch commited on
Commit
a220cc3
·
1 Parent(s): 828cd89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ pipe = pipeline(
51
  "automatic-speech-recognition",
52
  model="openai/whisper-tiny.en",
53
  chunk_length_s=30,
54
- device=device,
55
  )
56
 
57
  debug = False
 
51
  "automatic-speech-recognition",
52
  model="openai/whisper-tiny.en",
53
  chunk_length_s=30,
54
+ device="cpu",
55
  )
56
 
57
  debug = False