YuAnthony commited on
Commit
bbbc342
·
1 Parent(s): cf39d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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'>💻 Original Dataset</a> | "
27
- "<a href='https://github.com/fighting41love/zhvoice' target='_blank'>🎙️ zhvoice dataset</a> | "
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