whooray commited on
Commit
a0fef82
·
verified ·
1 Parent(s): 0154ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -11,11 +11,9 @@ def inference(audio):
11
 
12
  title = "음성 분리"
13
 
14
- examples=[['test.mp3']]
15
  gr.Interface(
16
  inference,
17
  gr.Audio(type="numpy", label="Input"),
18
  [gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
19
  title=title,
20
- examples=examples
21
  ).launch(enable_queue=True, debug=True)
 
11
 
12
  title = "음성 분리"
13
 
 
14
  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
  ).launch(enable_queue=True, debug=True)