tclin commited on
Commit
26fcdf0
·
verified ·
1 Parent(s): 3eea1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- ["example1.wav"],
64
- ["example2.wav"]
 
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
  )