Spaces:
Running
Running
Liangcd
commited on
Commit
•
2259c3d
1
Parent(s):
8703c31
[demo] updata display
Browse files
app.py
CHANGED
@@ -156,12 +156,14 @@ interface = gr.Interface(
|
|
156 |
fn=speaker_verification,
|
157 |
inputs=inputs,
|
158 |
outputs=output,
|
159 |
-
title="Speaker
|
160 |
description=description,
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
164 |
layout="horizontal",
|
|
|
|
|
165 |
)
|
166 |
|
167 |
interface.launch(enable_queue=True)
|
|
|
156 |
fn=speaker_verification,
|
157 |
inputs=inputs,
|
158 |
outputs=output,
|
159 |
+
title="Speaker Verification in WeSpeaker : 基于 WeSpeaker 的说话人确认",
|
160 |
description=description,
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
164 |
layout="horizontal",
|
165 |
+
allow_flagging=False,
|
166 |
+
live=False,
|
167 |
)
|
168 |
|
169 |
interface.launch(enable_queue=True)
|