KhadgaA commited on
Commit
7b82363
·
verified ·
1 Parent(s): 5b38d3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,5 +8,6 @@ gr.Interface(
8
  fn=inference_kathbadh,
9
  inputs=[audio_1, audio_2],
10
  outputs=text_output,
11
- title="Speaker Verfication",
 
12
  ).launch()
 
8
  fn=inference_kathbadh,
9
  inputs=[audio_1, audio_2],
10
  outputs=text_output,
11
+ title="Speaker Verification",
12
+ description = "Speaker Verification using WavLM large model finetuned on Kathbadh dataset."
13
  ).launch()