Bagus commited on
Commit
7d77cd7
·
verified ·
1 Parent(s): 07a4a7b

Update app.py

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