Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,9 @@ demo = gr.Interface(
|
|
60 |
title="ATC Speech Transcription",
|
61 |
description="Upload an air traffic control audio file and get an accurate transcription using a Whisper model fine-tuned on the ATCOSIM dataset.",
|
62 |
examples=[
|
63 |
-
["
|
64 |
-
["
|
|
|
65 |
],
|
66 |
article="This model is fine-tuned on the ATCOSIM dataset to accurately transcribe air traffic control communications with a Word Error Rate (WER) of 3.73%."
|
67 |
)
|
|
|
60 |
title="ATC Speech Transcription",
|
61 |
description="Upload an air traffic control audio file and get an accurate transcription using a Whisper model fine-tuned on the ATCOSIM dataset.",
|
62 |
examples=[
|
63 |
+
["atc-sample-1.wav"],
|
64 |
+
["atc-sample-2.wav"],
|
65 |
+
["atc-sample-3.wav"]
|
66 |
],
|
67 |
article="This model is fine-tuned on the ATCOSIM dataset to accurately transcribe air traffic control communications with a Word Error Rate (WER) of 3.73%."
|
68 |
)
|