Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -389,8 +389,8 @@ def build_app():
|
|
| 389 |
|
| 390 |
with gr.Row():
|
| 391 |
if_refine_text = gr.Checkbox(
|
| 392 |
-
label="Text Normalization",
|
| 393 |
-
value=
|
| 394 |
scale=1,
|
| 395 |
)
|
| 396 |
|
|
|
|
| 389 |
|
| 390 |
with gr.Row():
|
| 391 |
if_refine_text = gr.Checkbox(
|
| 392 |
+
label="Text Normalization (ZH)",
|
| 393 |
+
value=False,
|
| 394 |
scale=1,
|
| 395 |
)
|
| 396 |
|