ankush13r commited on
Commit
09e9f84
·
verified ·
1 Parent(s): 7d4a735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from AinaTheme import theme
4
  from faster_whisper import WhisperModel
5
  import torch
6
 
7
- device, torch_dtype = ("cuda", "float32") if torch.cuda.is_available() else ("cpu", "float16")
8
 
9
  MODEL_NAME = "Systran/faster-whisper-medium"
10
  print("Loading model ...")
 
4
  from faster_whisper import WhisperModel
5
  import torch
6
 
7
+ device, torch_dtype = ("cuda", "float32") if torch.cuda.is_available() else ("cpu", "int16")
8
 
9
  MODEL_NAME = "Systran/faster-whisper-medium"
10
  print("Loading model ...")