ssolito commited on
Commit
9263305
·
verified ·
1 Parent(s): 9127395

Rename whisper.py to whisper_cs.py

Browse files
Files changed (1) hide show
  1. whisper.py → whisper_cs.py +1 -1
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 = "./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
 
 
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