Spaces:
Sleeping
Sleeping
Rename whisper.py to whisper_cs.py
Browse files
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 |
|