Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ 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.
|
87 |
|
88 |
|
89 |
description = (
|
|
|
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.HTML(label="")
|
87 |
|
88 |
|
89 |
description = (
|