Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def toggle_language(switch):
|
|
155 |
|
156 |
# Interface
|
157 |
with gr.Blocks() as demo:
|
158 |
-
lang_switch = gr.Checkbox(label="切換到繁體中文 (Switch to Traditional Chinese)")
|
159 |
|
160 |
title = gr.Markdown("Amis ASR Transcription & Correction System")
|
161 |
step1 = gr.Markdown("Step 1: Audio Upload & Transcription")
|
|
|
155 |
|
156 |
# Interface
|
157 |
with gr.Blocks() as demo:
|
158 |
+
lang_switch = gr.Checkbox(label="切換到繁體中文 (Switch to Traditional Chinese)", value=False)
|
159 |
|
160 |
title = gr.Markdown("Amis ASR Transcription & Correction System")
|
161 |
step1 = gr.Markdown("Step 1: Audio Upload & Transcription")
|