Spaces:
Running
on
Zero
Running
on
Zero
Update whisper_cs.py
Browse files- whisper_cs.py +1 -1
whisper_cs.py
CHANGED
@@ -105,7 +105,7 @@ def cleanup_temp_files(*file_paths):
|
|
105 |
|
106 |
if DEBUG_MODE: print(f"Entered cleanup_temp_files function...")
|
107 |
|
108 |
-
|
109 |
|
110 |
for path in file_paths:
|
111 |
if path and os.path.exists(path):
|
|
|
105 |
|
106 |
if DEBUG_MODE: print(f"Entered cleanup_temp_files function...")
|
107 |
|
108 |
+
if DEBUG_MODE: print(f"file_paths: {file_paths}")
|
109 |
|
110 |
for path in file_paths:
|
111 |
if path and os.path.exists(path):
|