junseok commited on
Commit
738a30d
·
1 Parent(s): 2216a22

second commit

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ Paper is available [here](https://arxiv.org/abs/2407.18505)
37
  iface = gr.Interface(
38
  fn=calc_voxsim,
39
  inputs=(
40
- gr.inputs.Audio(label="Input Audio"),
41
- gr.inputs.Audio(label="Reference Audio")
42
  ),
43
  outputs="text",
44
  title="voice similarity with VoxSim",
 
37
  iface = gr.Interface(
38
  fn=calc_voxsim,
39
  inputs=(
40
+ gr.Audio(label="Input Audio"),
41
+ gr.Audio(label="Reference Audio")
42
  ),
43
  outputs="text",
44
  title="voice similarity with VoxSim",