LAP-DEV commited on
Commit
7cb3aa4
·
verified ·
1 Parent(s): 02fe8b8

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
modules/whisper/whisper_base.py CHANGED
@@ -287,7 +287,7 @@ class WhisperBase(ABC):
287
  """
288
 
289
  try:
290
- for file in files:
291
  print("File to process: "+file.name)
292
 
293
  file_count_total = 0
 
287
  """
288
 
289
  try:
290
+ for file in [files]:
291
  print("File to process: "+file.name)
292
 
293
  file_count_total = 0