Shago commited on
Commit
fcf3ad5
·
verified ·
1 Parent(s): c0ea8ea

Update audio_analysis.py

Browse files
Files changed (1) hide show
  1. audio_analysis.py +1 -4
audio_analysis.py CHANGED
@@ -42,7 +42,4 @@ def compare_both(tts_path, user_audio_path):
42
 
43
 
44
  def reset_all():
45
- pycache_path = os.path.join(os.path.dirname(__file__), "__pycache__")
46
- if os.path.exists(pycache_path):
47
- shutil.rmtree(pycache_path)
48
- return "", None, None, None, None
 
42
 
43
 
44
  def reset_all():
45
+ return ("", None, None, None, None)