Spaces:
Sleeping
Sleeping
Add more to detail section
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def Transcribe(file):
|
|
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()
|
130 |
|
|
|
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! \n(Note: This is only a rough implementation of Meta's MMS for audio transcription, you should manually edit files after transcription has completed.)"
|
128 |
)
|
129 |
demo.launch()
|
130 |
|