Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def voiceRecognition(audio1,audio2):
|
|
16 |
|
17 |
|
18 |
title = "Voice Recognition"
|
19 |
-
description = "
|
20 |
|
21 |
inputs = [gr.inputs.Audio(source="upload",type="filepath", label="Speaker1"),
|
22 |
gr.inputs.Audio(source="upload",type="filepath", label="Speaker2")]
|
|
|
16 |
|
17 |
|
18 |
title = "Voice Recognition"
|
19 |
+
description = "This voice recognition demo(Chinese Format) is a simple implementation based on ResNet. It used ArcFace Loss and an open source Chinese voice corpus - zhvoice."
|
20 |
|
21 |
inputs = [gr.inputs.Audio(source="upload",type="filepath", label="Speaker1"),
|
22 |
gr.inputs.Audio(source="upload",type="filepath", label="Speaker2")]
|