Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
3f17a82
1
Parent(s): 8d478fd
add debug
Browse files
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,
|