Spaces:
Runtime error
Runtime error
John Langley
commited on
Commit
·
b923173
1
Parent(s):
dfc9ace
trying things with cpu
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ from utils import get_sentence, generate_speech_for_sentence, wave_header_chunk
|
|
42 |
|
43 |
# Load Whisper ASR model
|
44 |
print("Loading Whisper ASR")
|
45 |
-
whisper_model = WhisperModel("large-v3", device="cpu", compute_type="
|
46 |
|
47 |
# Load Mistral LLM
|
48 |
print("Loading Mistral LLM")
|
|
|
42 |
|
43 |
# Load Whisper ASR model
|
44 |
print("Loading Whisper ASR")
|
45 |
+
whisper_model = WhisperModel("large-v3", device="cpu", compute_type="float32")
|
46 |
|
47 |
# Load Mistral LLM
|
48 |
print("Loading Mistral LLM")
|