younver commited on
Commit
2fd3b9f
1 Parent(s): 89fe983
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def speechbrain(aud):
10
  torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 8000)
11
  return "source1hat.wav", "source2hat.wav"
12
 
13
- inputs = gr.inputs.Audio(label="Input Audio", type="filepath")type
14
  outputs = [
15
  gr.outputs.Audio(label="Output Audio One", type="filepath"),
16
  gr.outputs.Audio(label="Output Audio Two", type="filepath")
 
10
  torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 8000)
11
  return "source1hat.wav", "source2hat.wav"
12
 
13
+ inputs = gr.inputs.Audio(label="Input Audio", type="filepath")
14
  outputs = [
15
  gr.outputs.Audio(label="Output Audio One", type="filepath"),
16
  gr.outputs.Audio(label="Output Audio Two", type="filepath")