jhj0517 commited on
Commit
c8fe600
·
1 Parent(s): 0e66735
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ class App:
33
  whisper_type = self.args.whisper_type.lower().strip()
34
 
35
  if whisper_type in ["faster_whisper", "faster-whisper", "fasterwhisper"]:
 
36
  whisper_inf = FasterWhisperInference(
37
  model_dir=self.args.faster_whisper_model_dir,
38
  output_dir=self.args.output_dir,
 
33
  whisper_type = self.args.whisper_type.lower().strip()
34
 
35
  if whisper_type in ["faster_whisper", "faster-whisper", "fasterwhisper"]:
36
+ print(f"\n\ndir: {self.args.faster_whisper_model_dir}\n\n")
37
  whisper_inf = FasterWhisperInference(
38
  model_dir=self.args.faster_whisper_model_dir,
39
  output_dir=self.args.output_dir,