jlonsako commited on
Commit
f7c54a8
1 Parent(s): 09330c2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ 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"), 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
  )
 
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
  )