Spaces:
Sleeping
Sleeping
typo
Browse files
app.py
CHANGED
@@ -125,11 +125,11 @@ def format_sentence_metrics(sentence_wers, sentence_cers, average_wer, average_c
|
|
125 |
|
126 |
def main():
|
127 |
with gr.Blocks() as demo:
|
128 |
-
gr.Markdown("# ASR Metrics
|
129 |
|
130 |
with gr.Row():
|
131 |
reference_file = gr.File(label="Upload Reference File")
|
132 |
-
hypothesis_file = gr.File(label="Upload
|
133 |
|
134 |
with gr.Row():
|
135 |
reference_preview = gr.Textbox(label="Reference Preview", lines=3)
|
|
|
125 |
|
126 |
def main():
|
127 |
with gr.Blocks() as demo:
|
128 |
+
gr.Markdown("# ASR Metrics")
|
129 |
|
130 |
with gr.Row():
|
131 |
reference_file = gr.File(label="Upload Reference File")
|
132 |
+
hypothesis_file = gr.File(label="Upload Model Output File")
|
133 |
|
134 |
with gr.Row():
|
135 |
reference_preview = gr.Textbox(label="Reference Preview", lines=3)
|