mfrng commited on
Commit
0c96d95
·
verified ·
1 Parent(s): 84ed76c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, first_enhanced_audio
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