Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ def similarity_fn(path1, path2):
|
|
80 |
|
81 |
|
82 |
inputs = [
|
83 |
-
gr.Audio(sources=["microphone", "upload"], type="filepath",
|
84 |
-
gr.Audio(sources=["microphone", "upload"], type="filepath",
|
85 |
]
|
86 |
output = gr.outputs.HTML(label="")
|
87 |
|
|
|
80 |
|
81 |
|
82 |
inputs = [
|
83 |
+
gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #1"),
|
84 |
+
gr.Audio(sources=["microphone", "upload"], type="filepath", label="Speaker #2"),
|
85 |
]
|
86 |
output = gr.outputs.HTML(label="")
|
87 |
|