adiv07 commited on
Commit
80627bf
·
verified ·
1 Parent(s): 8bade61

Update Gpt4oDemo.py

Browse files
Files changed (1) hide show
  1. Gpt4oDemo.py +1 -1
Gpt4oDemo.py CHANGED
@@ -31,7 +31,7 @@ client = openai.OpenAI(
31
  MODEL="gpt-4o"
32
 
33
  # Whisperx config
34
- device = "cuda"
35
  batch_size = 16 # reduce if low on GPU mem
36
  compute_type = "int8" # change to "int8" if low on GPU mem (may reduce accuracy)
37
  from faster_whisper.transcribe import TranscriptionOptions
 
31
  MODEL="gpt-4o"
32
 
33
  # Whisperx config
34
+ device = "cpu"
35
  batch_size = 16 # reduce if low on GPU mem
36
  compute_type = "int8" # change to "int8" if low on GPU mem (may reduce accuracy)
37
  from faster_whisper.transcribe import TranscriptionOptions