LAP-DEV commited on
Commit
00bec5b
·
verified ·
1 Parent(s): ed15a02

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +0 -6
modules/whisper/whisper_base.py CHANGED
@@ -404,12 +404,6 @@ class WhisperBase(ABC):
404
  file_count = 0
405
  for file_name, info in files_info.items():
406
 
407
- file_count += 1
408
-
409
- if file_count_total > 1:
410
- if file_count > 1:
411
- total_result += "\n"
412
-
413
  # Add filename & info as first line
414
  html_multi_tab = (" ")*3
415
  html_single_tab = " "
 
404
  file_count = 0
405
  for file_name, info in files_info.items():
406
 
 
 
 
 
 
 
407
  # Add filename & info as first line
408
  html_multi_tab = (" ")*3
409
  html_single_tab = " "