jlonsako commited on
Commit
b2c69ac
1 Parent(s): f7c54a8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ def Transcribe(file):
122
  print(f"The script ran for {end_time - start_time} seconds.")
123
  return("./subtitle.sbv")
124
 
125
- demo = gr.Interface(fn=Transcribe, inputs=gr.File(label="Upload an audio file of Amharic content"), outputs=gr.File(label="Download .sbv transcription")
126
- title="Amharic Audio Transcription"
127
  description="This application uses Meta MMS and a custom kenLM model to transcribe Amharic Audio files of arbitrary length into .sbv files. Upload an Amharic audio file and get your transcription!"
128
  )
129
  demo.launch()
 
122
  print(f"The script ran for {end_time - start_time} seconds.")
123
  return("./subtitle.sbv")
124
 
125
+ demo = gr.Interface(fn=Transcribe, inputs=gr.File(label="Upload an audio file of Amharic content"), outputs=gr.File(label="Download .sbv transcription"),
126
+ title="Amharic Audio Transcription",
127
  description="This application uses Meta MMS and a custom kenLM model to transcribe Amharic Audio files of arbitrary length into .sbv files. Upload an Amharic audio file and get your transcription!"
128
  )
129
  demo.launch()