amirgame197 commited on
Commit
b37ad8a
·
verified ·
1 Parent(s): cf9f7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def separate_audio(audio_path, stem_count):
33
  paths.append(gradio_temp_path + f"/separated_audio/{randomnumber}/piano.wav")
34
 
35
  # Return the audio file paths as a list of Audio components
36
- return [gr.Audio(file_path=path) for path in paths]
37
 
38
  # Define the Gradio interface
39
  iface = gr.Interface(
 
33
  paths.append(gradio_temp_path + f"/separated_audio/{randomnumber}/piano.wav")
34
 
35
  # Return the audio file paths as a list of Audio components
36
+ return [gr.Audio(path) for path in paths]
37
 
38
  # Define the Gradio interface
39
  iface = gr.Interface(