Spaces:
Runtime error
Runtime error
Chakshu123
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -81,10 +81,10 @@ def similarity_fn(path1, path2):
|
|
81 |
|
82 |
|
83 |
inputs = [
|
84 |
-
gr.
|
85 |
-
gr.
|
86 |
]
|
87 |
-
output = gr.
|
88 |
|
89 |
|
90 |
description = (
|
|
|
81 |
|
82 |
|
83 |
inputs = [
|
84 |
+
gr.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
|
85 |
+
gr.Audio(source="microphone", type="filepath", optional=True, label="Speaker #2"),
|
86 |
]
|
87 |
+
output = gr.HTML(label="")
|
88 |
|
89 |
|
90 |
description = (
|