Spaces:
Running
on
Zero
Running
on
Zero
Rename whisper.py to whisper_cs.py (#21)
Browse files- Rename whisper.py to whisper_cs.py (9263305725e31855bc7c71c378ca8d3a203f9074)
Co-authored-by: Sarah Solito <[email protected]>
whisper.py → whisper_cs.py
RENAMED
@@ -13,7 +13,7 @@ from typing import Dict
|
|
13 |
device = 0 if torch.cuda.is_available() else "cpu"
|
14 |
torch_dtype = torch.float32
|
15 |
|
16 |
-
MODEL_PATH_1 = "
|
17 |
MODEL_PATH_2 = "langtech-veu/whisper-timestamped-cs"
|
18 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
19 |
|
|
|
13 |
device = 0 if torch.cuda.is_available() else "cpu"
|
14 |
torch_dtype = torch.float32
|
15 |
|
16 |
+
MODEL_PATH_1 = "projecte-aina/whisper-large-v3-tiny-caesar"
|
17 |
MODEL_PATH_2 = "langtech-veu/whisper-timestamped-cs"
|
18 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
19 |
|