fix: typo
Browse files
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")
|
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")
|