Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,13 @@ description = "This voice recognition demo(Chinese Format) is a simple implement
|
|
20 |
|
21 |
inputs = [gr.inputs.Audio(source="upload",type="filepath", label="Speaker1"),
|
22 |
gr.inputs.Audio(source="upload",type="filepath", label="Speaker2")]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
examples = [
|
25 |
["samples/李云龙1.wav", "samples/李云龙2.wav"],
|
|
|
20 |
|
21 |
inputs = [gr.inputs.Audio(source="upload",type="filepath", label="Speaker1"),
|
22 |
gr.inputs.Audio(source="upload",type="filepath", label="Speaker2")]
|
23 |
+
|
24 |
+
article = (
|
25 |
+
"<p style='text-align: center'>"
|
26 |
+
"<a href='https://github.com/yeyupiaoling/VoiceprintRecognition-Pytorch' target='_blank'>💻 Original Dataset</a> | "
|
27 |
+
"<a href='https://github.com/fighting41love/zhvoice' target='_blank'>🎙️ zhvoice dataset</a> | "
|
28 |
+
"</p>"
|
29 |
+
)
|
30 |
|
31 |
examples = [
|
32 |
["samples/李云龙1.wav", "samples/李云龙2.wav"],
|