Chakshu123 commited on
Commit
4b21b0c
·
verified ·
1 Parent(s): 30aaa9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -81,10 +81,10 @@ def similarity_fn(path1, path2):
81
 
82
 
83
  inputs = [
84
- gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
85
- gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #2"),
86
  ]
87
- output = gr.outputs.HTML(label="")
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 = (