Spaces:
Running
Running
Update audio_analysis.py
Browse files- 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 |
-
|
| 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)
|
|
|
|
|
|
|
|
|