dmatekenya
commited on
Commit
•
13e50c7
1
Parent(s):
f9aee79
enabled sharing
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ def transcribe_audio(mic=None, file=None):
|
|
38 |
title = "Transcribe Chichewa Audio"
|
39 |
description = """
|
40 |
<img src="https://i.ibb.co/5nQdGSs/logo.png">
|
41 |
-
|
42 |
-
|
43 |
"""
|
44 |
|
45 |
article = "Read more about the [ChichewaSpeech2Text](https://dmatekenya.github.io/Chichewa-Speech2Text/README.html) project \
|
@@ -57,4 +57,4 @@ gr.Interface(
|
|
57 |
gr.Audio(source="upload", type="filepath", optional=True),
|
58 |
],
|
59 |
outputs="text",
|
60 |
-
).launch()
|
|
|
38 |
title = "Transcribe Chichewa Audio"
|
39 |
description = """
|
40 |
<img src="https://i.ibb.co/5nQdGSs/logo.png">
|
41 |
+
IN THIS DEMO, TEST THE FIRST AUTOMATED SPEECH RECOGNITION (ASR) MODEL FOR CHICHEWA BY TRANSCRIBING YOUR CHICHEWA VOICE NOTES.
|
42 |
+
FOR AUDIO FILES, PLEASE UPLOAD SHORT VOICE NOTES ONLY (NO LONGER THAN 30 SEC).
|
43 |
"""
|
44 |
|
45 |
article = "Read more about the [ChichewaSpeech2Text](https://dmatekenya.github.io/Chichewa-Speech2Text/README.html) project \
|
|
|
57 |
gr.Audio(source="upload", type="filepath", optional=True),
|
58 |
],
|
59 |
outputs="text",
|
60 |
+
).launch(share=True)
|