Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|