Update Gpt4oDemo.py
Browse files- Gpt4oDemo.py +1 -1
Gpt4oDemo.py
CHANGED
@@ -31,7 +31,7 @@ client = openai.OpenAI(
|
|
31 |
MODEL="gpt-4o"
|
32 |
|
33 |
# Whisperx config
|
34 |
-
device = "
|
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
|