st192011 commited on
Commit
4e82504
·
verified ·
1 Parent(s): 1fab43b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Torgo DSR Lab") as demo:
143
  gr.Markdown("#### Step 1: ASR Baseline")
144
  whisper_btn = gr.Button("Run Whisper Tiny")
145
  w_raw = gr.Textbox(label="Whisper Raw Transcript")
146
- w_norm = gr.Textbox(label="Whisper Normalized (Input for Model)")
147
 
148
  gr.Markdown("---")
149
 
 
143
  gr.Markdown("#### Step 1: ASR Baseline")
144
  whisper_btn = gr.Button("Run Whisper Tiny")
145
  w_raw = gr.Textbox(label="Whisper Raw Transcript")
146
+ w_norm = gr.Textbox(label="Whisper Normalized")
147
 
148
  gr.Markdown("---")
149