Spaces:
Runtime error
Runtime error
nithinraok
commited on
Commit
•
e68b9eb
1
Parent(s):
3b54651
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ def run_diarization(path1):
|
|
20 |
return df
|
21 |
|
22 |
inputs = [
|
23 |
-
gr.
|
24 |
]
|
25 |
-
output = gr.
|
26 |
|
27 |
description = (
|
28 |
"This demonstration will perform offline speaker diarization on an audio file using nemo"
|
|
|
20 |
return df
|
21 |
|
22 |
inputs = [
|
23 |
+
gr.components.Audio(source="microphone", type="filepath", optional=True, label="Input Audio"),
|
24 |
]
|
25 |
+
output = gr.components.Dataframe()
|
26 |
|
27 |
description = (
|
28 |
"This demonstration will perform offline speaker diarization on an audio file using nemo"
|