Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def run(audio_files, file_m, file_index):
|
|
258 |
|
259 |
def process_audio(audio_files, file_m, file_index):
|
260 |
|
261 |
-
yield gr.update(visible=False)
|
262 |
result, first_audio = run(audio_files, file_m, file_index)
|
263 |
|
264 |
# Ensure first_audio is correctly formatted as a valid file path
|
|
|
258 |
|
259 |
def process_audio(audio_files, file_m, file_index):
|
260 |
|
261 |
+
yield [], gr.update(visible=False)
|
262 |
result, first_audio = run(audio_files, file_m, file_index)
|
263 |
|
264 |
# Ensure first_audio is correctly formatted as a valid file path
|