Update app.py
Browse files
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 = "
|
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"
|