Spaces:
Running
Running
user01
commited on
Commit
•
dd9bb80
1
Parent(s):
0948dad
[update] cli package
Browse files
app.py
CHANGED
@@ -86,8 +86,7 @@ inputs = [
|
|
86 |
output = gr.outputs.HTML(label="")
|
87 |
|
88 |
# description
|
89 |
-
description = ("<p>WeSpeaker Demo ! Try it with your own voice ! Note: We recommend that the audio length be greater than 5s !</p>"
|
90 |
-
"<p>CN: cnceleb_resnet34.onnx. EN: voxceleb_resnet34.onnx</p>")
|
91 |
|
92 |
article = (
|
93 |
"<p style='text-align: center'>"
|
|
|
86 |
output = gr.outputs.HTML(label="")
|
87 |
|
88 |
# description
|
89 |
+
description = ("<p>WeSpeaker Demo ! Try it with your own voice ! Note: We recommend that the audio length be greater than 5s !</p>")
|
|
|
90 |
|
91 |
article = (
|
92 |
"<p style='text-align: center'>"
|