Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
| 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()
|