Ankitajadhav commited on
Commit
25c6586
·
verified ·
1 Parent(s): edbdb6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ collection_text.add(
87
  )
88
 
89
  # Initialize the transcriber
90
- transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en",device ='cuda')
91
 
92
  # Preload TTS models
93
  preload_models()
 
87
  )
88
 
89
  # Initialize the transcriber
90
+ transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
91
 
92
  # Preload TTS models
93
  preload_models()