Spaces:
Running
Running
jhj0517
commited on
Commit
·
f01b16a
1
Parent(s):
3576b73
debug release function
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -319,7 +319,7 @@ class WhisperBase(ABC):
|
|
319 |
else:
|
320 |
file_path = get_ytaudio(yt)
|
321 |
|
322 |
-
self.release_cuda_memory()
|
323 |
self.remove_input_files([file_path])
|
324 |
except Exception as cleanup_error:
|
325 |
pass
|
|
|
319 |
else:
|
320 |
file_path = get_ytaudio(yt)
|
321 |
|
322 |
+
#self.release_cuda_memory()
|
323 |
self.remove_input_files([file_path])
|
324 |
except Exception as cleanup_error:
|
325 |
pass
|