LAP-DEV commited on
Commit
e15f306
·
verified ·
1 Parent(s): e5dcc37

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
@@ -140,7 +140,7 @@ class WhisperBase(ABC):
140
 
141
  if params.uvr_enable_offload:
142
  self.music_separator.offload()
143
- elapsed_time_bgm_sep = time.time() - start_time
144
 
145
  origin_audio = deepcopy(audio)
146
 
 
140
 
141
  if params.uvr_enable_offload:
142
  self.music_separator.offload()
143
+ elapsed_time_bgm_sep = datetime.now() - start_time
144
 
145
  origin_audio = deepcopy(audio)
146