LAP-DEV commited on
Commit
cdbff62
·
verified ·
1 Parent(s): 7fab104

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
@@ -426,7 +426,7 @@ class WhisperBase(ABC):
426
  dl_link = str((temp_file[1])["path"])
427
  if dl_file == file_name:#
428
  if dl_code != "": dl_code+=" "
429
- dl_code += "["+dl_type+"]("dl_link+")"
430
  title_line += f'{tabbed_space}Download file:"\t{dl_code}'
431
 
432
  title_line += "#NEWLINE#"
 
426
  dl_link = str((temp_file[1])["path"])
427
  if dl_file == file_name:#
428
  if dl_code != "": dl_code+=" "
429
+ dl_code += "["+dl_type+"]("+dl_link+")"
430
  title_line += f'{tabbed_space}Download file:"\t{dl_code}'
431
 
432
  title_line += "#NEWLINE#"