hunterschep commited on
Commit
7283937
·
verified ·
1 Parent(s): a3cf047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")