Spaces:
Runtime error
Runtime error
Commit
·
795983d
1
Parent(s):
f6d4b17
minor fixes
Browse files
adjust.py
CHANGED
@@ -26,7 +26,7 @@ def prepare_output(input_file):
|
|
26 |
if input_file is None or not os.path.exists(input_file):
|
27 |
return [None, None, None, None, None]
|
28 |
|
29 |
-
speakers = get_speakers(
|
30 |
adjust_speaker_update = adjust_speaker.update(
|
31 |
speakers[0], interactive=True)
|
32 |
adjust_audio_update = adjust_audio.update(speakers[1], interactive=True)
|
|
|
26 |
if input_file is None or not os.path.exists(input_file):
|
27 |
return [None, None, None, None, None]
|
28 |
|
29 |
+
speakers = get_speakers()
|
30 |
adjust_speaker_update = adjust_speaker.update(
|
31 |
speakers[0], interactive=True)
|
32 |
adjust_audio_update = adjust_audio.update(speakers[1], interactive=True)
|