GAS17 commited on
Commit
491a9c9
·
verified ·
1 Parent(s): e6a08fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def isolate_audio(audio_file):
45
  output_file.write(chunk)
46
 
47
  # Copy the output file to a location that Gradio can access
48
- gradio_output_path = "gradio_output.mp3"
49
  shutil.copy2(output_file_path, gradio_output_path)
50
 
51
  return gradio_output_path, gradio_output_path, "Ruido de fondo eliminado del audio"
 
45
  output_file.write(chunk)
46
 
47
  # Copy the output file to a location that Gradio can access
48
+ gradio_output_path = "audio_sin_ruido.mp3"
49
  shutil.copy2(output_file_path, gradio_output_path)
50
 
51
  return gradio_output_path, gradio_output_path, "Ruido de fondo eliminado del audio"