Jaamie commited on
Commit
ee06014
·
verified ·
1 Parent(s): 78d57ab

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ READER_LLM = pipeline(
179
  repetition_penalty=1.1,
180
  return_full_text=False,
181
  max_new_tokens=500,
182
- device=device,
183
  )
184
  # -------------------------------
185
  # 🔧 Whisper Model Setup
 
179
  repetition_penalty=1.1,
180
  return_full_text=False,
181
  max_new_tokens=500,
182
+ #device=device,
183
  )
184
  # -------------------------------
185
  # 🔧 Whisper Model Setup