Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ inputs = [gr.inputs.Audio(source="upload",type="filepath", label="Speaker1"),
|
|
23 |
|
24 |
article = (
|
25 |
"<p style='text-align: center'>"
|
26 |
-
"<a href='https://github.com/yeyupiaoling/VoiceprintRecognition-Pytorch' target='_blank'>💻
|
27 |
-
"<a href='https://github.com/fighting41love/zhvoice' target='_blank'>🎙️ zhvoice
|
28 |
"</p>"
|
29 |
)
|
30 |
|
|
|
23 |
|
24 |
article = (
|
25 |
"<p style='text-align: center'>"
|
26 |
+
"<a href='https://github.com/yeyupiaoling/VoiceprintRecognition-Pytorch' target='_blank'>💻 Code Repository</a> | "
|
27 |
+
"<a href='https://github.com/fighting41love/zhvoice' target='_blank'>🎙️ zhvoice Dataset</a> | "
|
28 |
"</p>"
|
29 |
)
|
30 |
|