Spaces:
Running
Running
junseok
commited on
Commit
·
738a30d
1
Parent(s):
2216a22
second commit
Browse files
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.
|
41 |
-
gr.
|
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",
|