whooray commited on
Commit
2039774
1 Parent(s): 482bed4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ title = "음성 분리"
14
  demo = gr.Interface(
15
  inference,
16
  gr.Audio(type="numpy", label="Input"),
17
- [gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
18
  title=title,
19
  )
20
  demo.queue(max_size=1)
 
14
  demo = gr.Interface(
15
  inference,
16
  gr.Audio(type="numpy", label="Input"),
17
+ [gr.Audio(type="filepath", label="음성"),gr.Audio(type="filepath", label="배경음")],
18
  title=title,
19
  )
20
  demo.queue(max_size=1)