LAP-DEV commited on
Commit
08cb115
·
verified ·
1 Parent(s): 8cc75fc

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
@@ -422,7 +422,7 @@ class WhisperBase(ABC):
422
 
423
  for temp_file in files_to_download.items():
424
  print("test:")
425
- temp1 = str(temp_file[0].split("_"))
426
  temp2 = str((temp_file[1])["path"])
427
  print("temp1: "+temp1)
428
  print("temp2: "+temp2)
 
422
 
423
  for temp_file in files_to_download.items():
424
  print("test:")
425
+ temp1 = str(temp_file[0].split("_")[0])
426
  temp2 = str((temp_file[1])["path"])
427
  print("temp1: "+temp1)
428
  print("temp2: "+temp2)