Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
5819920
1
Parent(s):
304bc5c
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
- model/utils_infer.py +1 -1
model/utils_infer.py
CHANGED
@@ -99,7 +99,7 @@ def initialize_asr_pipeline(device=device):
|
|
99 |
|
100 |
asr_pipe = pipeline(
|
101 |
"automatic-speech-recognition",
|
102 |
-
model="openai/whisper-large",
|
103 |
torch_dtype=torch.float16,
|
104 |
device=device,
|
105 |
)
|
|
|
99 |
|
100 |
asr_pipe = pipeline(
|
101 |
"automatic-speech-recognition",
|
102 |
+
model="openai/whisper-large-v3-turbo",
|
103 |
torch_dtype=torch.float16,
|
104 |
device=device,
|
105 |
)
|