Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ def process_files(
|
|
| 294 |
|
| 295 |
zipf.close()
|
| 296 |
first_enhanced = os.path.join(temp_dir, os.path.splitext(files[0].name)[0] + "_enhanced.wav")
|
| 297 |
-
return zip_path,
|
| 298 |
|
| 299 |
# Gradio UI
|
| 300 |
|
|
|
|
| 294 |
|
| 295 |
zipf.close()
|
| 296 |
first_enhanced = os.path.join(temp_dir, os.path.splitext(files[0].name)[0] + "_enhanced.wav")
|
| 297 |
+
return zip_path, first_enhanced
|
| 298 |
|
| 299 |
# Gradio UI
|
| 300 |
|