Spaces:
Sleeping
Sleeping
Michael Natanael
commited on
Commit
·
7a5af5b
1
Parent(s):
3347b23
rollback change model to distil-large-v3 with 4 cpu_threads
Browse files
app.py
CHANGED
@@ -51,8 +51,7 @@ model.eval()
|
|
51 |
|
52 |
# === INITIAL SETUP: Faster Whisper ===
|
53 |
# https://github.com/SYSTRAN/faster-whisper
|
54 |
-
|
55 |
-
faster_whisper_model_size = "distil-large-v3"
|
56 |
|
57 |
# Run on GPU with FP16
|
58 |
# model = WhisperModel(model_size, device="cuda", compute_type="float16")
|
|
|
51 |
|
52 |
# === INITIAL SETUP: Faster Whisper ===
|
53 |
# https://github.com/SYSTRAN/faster-whisper
|
54 |
+
faster_whisper_model_size = "large-v3"
|
|
|
55 |
|
56 |
# Run on GPU with FP16
|
57 |
# model = WhisperModel(model_size, device="cuda", compute_type="float16")
|