Spaces:
Sleeping
Sleeping
Update audio_analysis.py
Browse files- audio_analysis.py +1 -1
audio_analysis.py
CHANGED
|
@@ -42,4 +42,4 @@ def compare_both(tts_path, user_audio_path):
|
|
| 42 |
|
| 43 |
|
| 44 |
def reset_all():
|
| 45 |
-
return ("", None, None, None, None)
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
def reset_all():
|
| 45 |
+
return ("", None, None, None, None, None)
|