nithinraok commited on
Commit
e68b9eb
1 Parent(s): 3b54651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ def run_diarization(path1):
20
  return df
21
 
22
  inputs = [
23
- gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Input Audio"),
24
  ]
25
- output = gr.outputs.Dataframe()
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"